Tell Travis how now to run the tests

This commit is contained in:
Elliot Winkler 2014-10-29 01:18:14 -06:00
parent 366026b937
commit 1cbfcb7cc8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: ruby
cache: bundler
script: "bundle exec rake spec cucumber"
script: "bundle exec rake"
install: "travis_retry bundle install"
rvm:
- 1.9.2