Updating travis configuration to explicitly run 'rake' behind bundle exec.
This commit is contained in:
parent
36ba434115
commit
a8d07dd5f5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue