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 | 1 | language: ruby |
2 | 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 | 5 | sudo: false |
7 | 6 | addons: |
... | ... | @@ -18,9 +17,6 @@ addons: |
18 | 17 | - libsqlite3-dev |
19 | 18 | - libxslt1-dev |
20 | 19 | |
21 | -before_install: | |
22 | - - gem env | |
23 | - | |
24 | 20 | # workaround for https://github.com/travis-ci/travis-ci/issues/4536 |
25 | 21 | before_install: |
26 | 22 | - export GEM_HOME=$PWD/vendor/bundle/ruby/2.1.0 | ... | ... |