Commit 9d1b9b128547e6a907d3de648347a574df707a19

Authored by Braulio Bhavamitra
1 parent e8b43a76

travis: update to ruby 2.3

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
@@ -6,9 +6,10 @@ notifications: @@ -6,9 +6,10 @@ notifications:
6 template: 6 template:
7 - "%{repository_slug} %{branch} %{commit} %{commit_subject} - %{result} %{build_url}" 7 - "%{repository_slug} %{branch} %{commit} %{commit_subject} - %{result} %{build_url}"
8 8
  9 +dist: trusty
9 language: ruby 10 language: ruby
10 rvm: 11 rvm:
11 - - 2.2 12 + - 2.3.0
12 13
13 sudo: false 14 sudo: false
14 addons: 15 addons:
@@ -29,7 +30,7 @@ addons: @@ -29,7 +30,7 @@ addons:
29 30
30 # workaround for https://github.com/travis-ci/travis-ci/issues/4536 31 # workaround for https://github.com/travis-ci/travis-ci/issues/4536
31 before_install: 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 - gem install bundler 34 - gem install bundler
34 cache: bundler 35 cache: bundler
35 36