Commit 65f542252ff2bc6a8e02cbf5fe6e55929b4be446
1 parent
41a6171f
Exists in
master
and in
1 other branch
Update .travis.yml to downgrade rubygems
Squashed commit of the following:
commit b1c0bd5f0394a9339b1d0394a7f39e5c6bac3826
Author: Luke Baker <lukebaker@gmail.com>
Date: Mon Mar 18 15:13:49 2013 -0400
remove debugging travis.yml
commit df35180b4a1181248dee5a8578d677566f475ea3
Author: Luke Baker <lukebaker@gmail.com>
Date: Mon Mar 18 15:05:47 2013 -0400
more travis.ci testing
commit 3b47ee9f1db531127f20e4436b1c14ec0fd98116
Author: Luke Baker <lukebaker@gmail.com>
Date: Mon Mar 18 14:56:36 2013 -0400
more travis testing
commit 925d3d4a912a90290f90155d07bf6abd9ffd5339
Author: Luke Baker <lukebaker@gmail.com>
Date: Mon Mar 18 14:40:06 2013 -0400
add bundle exec to rake command
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
.travis.yml
| 1 | language: ruby | 1 | language: ruby |
| 2 | rvm: | 2 | rvm: |
| 3 | - 1.8.7 | 3 | - 1.8.7 |
| 4 | +bundler_args: --local | ||
| 4 | before_script: | 5 | before_script: |
| 6 | + - gem update --system 1.8.25 | ||
| 5 | - mysql -e 'create database pairwise_test;' | 7 | - mysql -e 'create database pairwise_test;' |
| 6 | - - rake db:schema:load | 8 | + - bundle exec rake db:schema:load |
| 7 | script: bundle exec rake cucumber spec | 9 | script: bundle exec rake cucumber spec |