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 7590441 commit da46af2Copy full SHA for da46af2
.travis.yml
@@ -7,6 +7,7 @@ cache:
7
bundler: true
8
yarn: true
9
rvm:
10
+ - 2.5.0
11
- 2.3.0
12
- 2.1
13
- jruby-9.1.9.0
@@ -85,3 +86,4 @@ before_install:
85
86
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
87
- sudo apt-get update -qq
88
- sudo apt-get install -y -qq yarn
89
+ - gem update --system
0 commit comments