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 6ef46a2 commit 0936acdCopy full SHA for 0936acd
.travis.yml
@@ -13,3 +13,6 @@ script:
13
- yarn test:check-coverage
14
after_script:
15
- yarn report-coverage
16
+before_install:
17
+ - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
18
+ - export PATH=$HOME/.yarn/bin:$PATH
0 commit comments