Use hidden file for travis.yml

This commit is contained in:
2012-02-28 01:37:14 +01:00
parent e726abcbbd
commit ad12f4d504

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
language: ruby
rvm:
- 1.9.2
- 1.9.3
before_script:
- cp config.yml.example config.yml
script: rake test