summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-07-12 10:27:25 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-07-12 10:27:25 +0900
commitb38d5559f909c55ee011d64e03f5d0da52df039f (patch)
treea421dfeba959a4e22d26e5766f51feb3ee6dd173
parentd37cece5657d145044ba73f6ef7a92930bdfe5be (diff)
downloadpsych-b38d5559f909c55ee011d64e03f5d0da52df039f.tar.gz
workaround for old rubygems
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 87253ee..cf013a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ rvm:
- 2.3.0
- ruby-head
- rbx-2
+before_install: gem install bundler --no-document
before_script: rake compile
script: rake test
matrix: