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 44cb247 commit 2bc8fbeCopy full SHA for 2bc8fbe
.travis.yml
@@ -3,6 +3,9 @@ language: node_js
3
node_js:
4
node
5
6
+before_install:
7
+ - curl -o- -L https://yarnpkg.com/install.sh | bash
8
+
9
script:
10
- yarn coverage
11
0 commit comments