Skip to content

Commit

Permalink
Travis CI add Ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sodabrew committed Mar 20, 2018
1 parent a0ca592 commit 1ea606c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bundler_args: --without benchmarks development
# Pin Rubygems to a working version. Sometimes it breaks upstream. Update now and then.
before_install:
- gem --version
- gem update --system 2.7.3
- gem update --system 2.7.6 --quiet
- gem update bundler
- gem --version
- bash .travis_setup.sh
Expand All @@ -18,6 +18,7 @@ addons:
- mysql-client-core-5.6
- mysql-client-5.6
rvm:
- 2.6
- 2.5
- 2.4
- 2.3
Expand Down

0 comments on commit 1ea606c

Please sign in to comment.