Update .travis.yml
This commit is contained in:
parent
47efcd2540
commit
0cdf1c750c
|
@ -2,6 +2,7 @@ language: ruby
|
||||||
|
|
||||||
bundler_args: '--binstubs --without documentation'
|
bundler_args: '--binstubs --without documentation'
|
||||||
before_install: gem install bundler
|
before_install: gem install bundler
|
||||||
|
|
||||||
before_script: "cd test_app && bundle install && ./script/rails generate impressionist -f && rake db:migrate && cd .."
|
before_script: "cd test_app && bundle install && ./script/rails generate impressionist -f && rake db:migrate && cd .."
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
|
|
Loading…
Reference in New Issue