summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2017-09-24 21:33:31 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2017-09-25 06:50:58 -0300
commit7e5df1b2848f8c2b4058f67398962ab123c97e95 (patch)
tree7ebfd10dfb02ce02d158ef860c524772a92dd607
parentb4191cec86ab13e5531afd5cdc52bc44e0374fd1 (diff)
downloadhighline-7e5df1b2848f8c2b4058f67398962ab123c97e95.tar.gz
Fix failing travis on 1.9
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 88f04ad..82bfae2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,6 @@ sudo: false
cache: bundler
script: "bundle exec rake test"
rvm:
- - 1.9
- 2.0
- 2.1
- 2.2
@@ -25,6 +24,10 @@ matrix:
- rvm: jruby-19mode # JRuby in 1.9 mode
- rvm: jruby-head
include:
+ - rvm: 1.9
+ before_install:
+ - "gem update --system -N"
+ - "gem update bundler -N"
- rvm: 2.4
- script: "bundle exec rake test && bundle exec codeclimate-test-reporter" # Run only for 2.3
+ script: "bundle exec rake test && bundle exec codeclimate-test-reporter" # Run only for 2.4
bundler_args: --without code_quality