We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b6d2c commit ce5d134Copy full SHA for ce5d134
.travis.yml
@@ -4,6 +4,9 @@ language: ruby
4
install: true
5
script: "script/cibuild"
6
7
+before_install:
8
+ - gem install bundler -v 1.15.4
9
+
10
matrix:
11
include:
12
# Build with latest ruby
0 commit comments