Skip to content

Commit

Permalink
Test against Ruby 2.6.0 on Travis CI (shakacode#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
tricknotes authored and justin808 committed Jan 6, 2019
1 parent 25175a0 commit bc263b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- 2.5.3
- 2.6.0
- 2.2.10
services:
- docker
Expand Down Expand Up @@ -37,7 +37,7 @@ before_install:
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen scn 1600x1200x16"

install:
- travis_retry gem install bundler
- travis_retry gem install bundler -v '<2' # Ruby 2.2 and Rails 3.2 & 4.2 depend on bundler 1.x.
- travis_retry nvm install 8.11.3
- node -v
- travis_retry npm i -g yarn
Expand All @@ -60,6 +60,8 @@ matrix:
rvm: 2.4.5
- gemfile: spec/dummy_no_webpacker/Gemfile.rails32
rvm: 2.5.3
- gemfile: spec/dummy_no_webpacker/Gemfile.rails32
rvm: 2.6.0
- gemfile: spec/dummy/Gemfile
rvm: 2.2.10

Expand Down

0 comments on commit bc263b3

Please sign in to comment.