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 e019e92 commit fec66faCopy full SHA for fec66fa
.travis.yml
@@ -1,6 +1,9 @@
1
language: node_js
2
node_js:
3
- "node"
4
+before_install:
5
+ - curl -o- -L https://yarnpkg.com/install.sh | bash
6
+ - export PATH="$HOME/.yarn/bin:$PATH"
7
script:
8
- yarn run lint
9
- yarn test -- --maxWorkers=4
0 commit comments