Use rake ci on travis

This commit is contained in:
Markus Schirp 2013-04-21 02:58:49 +02:00
parent 728f8700e1
commit e699e44aaf

View file

@ -1,5 +1,5 @@
language: ruby
script: 'bundle exec rake spec'
script: 'bundle exec rake ci'
rvm:
- 1.8.7
- 1.9.2