Commit 9d1b9b128547e6a907d3de648347a574df707a19
1 parent
e8b43a76
Exists in
web_steps_improvements
and in
6 other branches
travis: update to ruby 2.3
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
.travis.yml
... | ... | @@ -6,9 +6,10 @@ notifications: |
6 | 6 | template: |
7 | 7 | - "%{repository_slug} %{branch} %{commit} %{commit_subject} - %{result} %{build_url}" |
8 | 8 | |
9 | +dist: trusty | |
9 | 10 | language: ruby |
10 | 11 | rvm: |
11 | - - 2.2 | |
12 | + - 2.3.0 | |
12 | 13 | |
13 | 14 | sudo: false |
14 | 15 | addons: |
... | ... | @@ -29,7 +30,7 @@ addons: |
29 | 30 | |
30 | 31 | # workaround for https://github.com/travis-ci/travis-ci/issues/4536 |
31 | 32 | before_install: |
32 | - - export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0 | |
33 | + - export GEM_HOME=$PWD/vendor/bundle/ruby/2.3.0 | |
33 | 34 | - gem install bundler |
34 | 35 | cache: bundler |
35 | 36 | ... | ... |