summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2019-04-01 11:19:54 +0200
committerGitHub <noreply@github.com>2019-04-01 11:19:54 +0200
commitc4796b4977566ad9b990d240c023093131760ce9 (patch)
tree316b6a41a162da72260c19ebb5028d44a585273b
parentfa8fb5055d6f9d1f10fa4e3765bcb355b359fc16 (diff)
downloadhighline-c4796b4977566ad9b990d240c023093131760ce9.tar.gz
CI: Add 2.6
- also - Remove an old setting from Travis. See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 57737df..f77f091 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
---
language: ruby
dist: trusty
-sudo: false
cache: bundler
script: "bundle exec rake test"
rvm:
@@ -31,6 +30,9 @@ matrix:
- rvm: 2.5
before_install:
- gem install bundler
+ - rvm: 2.6
+ before_install:
+ - gem install bundler
- rvm: ruby-head
before_install:
- gem install bundler