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 0dcd302 commit 9a1b13aCopy full SHA for 9a1b13a
.travis.yml
@@ -1,3 +1,10 @@
1
sudo: false
2
language: node_js
3
-node_js: "stable"
+node_js: stable
4
+before_install:
5
+ - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
6
+ - export PATH=$HOME/.yarn/bin:$PATH
7
+install:
8
+ - yarn install --frozen-lockfile
9
+cache:
10
+ yarn: true
0 commit comments