Update travis.yml

This commit is contained in:
Basti 2012-02-28 01:34:21 +01:00
parent b2b2980cf0
commit e726abcbbd

View File

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