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 0a1edf8 commit dde3f4aCopy full SHA for dde3f4a
.travis.yml
@@ -3,5 +3,8 @@ language: node_js
3
node_js:
4
node
5
6
+before_install:
7
+ - curl -o- -L https://yarnpkg.com/install.sh | bash
8
+
9
cache:
10
yarn: true
0 commit comments