summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2017-03-16 09:04:06 +0100
committerGitHub <noreply@github.com>2017-03-16 09:04:06 +0100
commite2a13ac48cff705f3d47c762cd8d31bbdc1ef4a1 (patch)
tree332ade1d9920fda3b1565575e10b074e369ccec3
parente458cae1e07e5c010146dd2d9a5635a341fb73d8 (diff)
downloadslop-e2a13ac48cff705f3d47c762cd8d31bbdc1ef4a1.tar.gz
Travis: Use gem install bundler
- this supports Ruby installations that do not come with a Bundler yet
-rw-r--r--.travis.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 55b3870..71389b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
cache: bundler
before_install:
- - gem update bundler
+ - gem install bundler
rvm:
- 2.0.0
- 2.1
@@ -10,10 +10,6 @@ rvm:
- jruby-9.1.8.0
- jruby-head
- ruby-head
-matrix:
- allow_failures:
- - rvm: ruby-head
- - rvm: jruby-head
notifications:
email:
on_success: change