Merge pull request #750 from mojombo/update-travis-config

Updating travis configuration to explicitly run 'rake' behind bundle exec
This commit is contained in:
Parker Moore 2013-01-11 16:52:00 -08:00
commit 9414281521
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
language: ruby
rvm: rvm:
- 1.9.3 - 1.9.3
- 1.9.2 - 1.9.2
- 1.8.7 - 1.8.7
script: bundle exec rake