Commit b93de5691277bf7c8c80c97c4efe2c53e9382921
1 parent
8548bd8a
Exists in
master
and in
20 other branches
travis: use ruby 2.2.3
Showing
1 changed file
with
1 additions
and
5 deletions
Show diff stats
.travis.yml
1 | language: ruby | 1 | language: ruby |
2 | rvm: | 2 | rvm: |
3 | -# for 2.2 support we need to upgrade the pg gem | ||
4 | - - 2.1.6 | 3 | + - 2.2.3 |
5 | 4 | ||
6 | sudo: false | 5 | sudo: false |
7 | addons: | 6 | addons: |
@@ -18,9 +17,6 @@ addons: | @@ -18,9 +17,6 @@ addons: | ||
18 | - libsqlite3-dev | 17 | - libsqlite3-dev |
19 | - libxslt1-dev | 18 | - libxslt1-dev |
20 | 19 | ||
21 | -before_install: | ||
22 | - - gem env | ||
23 | - | ||
24 | # workaround for https://github.com/travis-ci/travis-ci/issues/4536 | 20 | # workaround for https://github.com/travis-ci/travis-ci/issues/4536 |
25 | before_install: | 21 | before_install: |
26 | - export GEM_HOME=$PWD/vendor/bundle/ruby/2.1.0 | 22 | - export GEM_HOME=$PWD/vendor/bundle/ruby/2.1.0 |