mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-04 16:28:50 +01:00
force travis to use recent bundler to support ruby 2.1
This commit is contained in:
parent
8da5e5c220
commit
50dcbe92e0
2 changed files with 6 additions and 2 deletions
|
|
@ -1,10 +1,15 @@
|
|||
language: ruby
|
||||
|
||||
rvm:
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- 2.1
|
||||
|
||||
bundler_args: --without development
|
||||
|
||||
before_install:
|
||||
before_install:
|
||||
- "gem install bundler -v=1.5.1"
|
||||
- "mysql -e 'create database tracks_test;'"
|
||||
- "export DISPLAY=:99.0"
|
||||
- "sh -e /etc/init.d/xvfb start"
|
||||
|
|
@ -13,7 +18,6 @@ before_install:
|
|||
|
||||
script: "CODECLIMATE_REPO_TOKEN=5c52fdd2bbcd0734d56ddb2c3cbaac782da345273e8689d25f54a065ccc3397c bundle exec rake ci RACK_ENV=test"
|
||||
|
||||
bundler_args: --without development
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ GEM
|
|||
mocha (0.14.0)
|
||||
metaclass (~> 0.0.1)
|
||||
multi_json (1.8.2)
|
||||
multi_test (0.0.2)
|
||||
multi_test (0.0.3)
|
||||
mysql2 (0.3.14)
|
||||
nokogiri (1.6.1)
|
||||
mini_portile (~> 0.5.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue