try the default rake task on travis

This commit is contained in:
Ben Mabey 2012-08-05 23:25:19 -06:00
parent 9ab2033a3e
commit bd4dd70705
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ rvm:
- 1.8.7
# - 1.9.3
# TODO: make this work with the regular rake command
script: "bundle exec rake travis"
script: "bundle exec rake"
gemfile:
- Gemfile
before_script: