We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a7917 commit 4403b01Copy full SHA for 4403b01
.travis.yml
@@ -2,6 +2,9 @@ language: node_js
2
node_js: '10'
3
cache: yarn
4
5
+before_install:
6
+ - echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
7
+
8
script:
9
- yarn lint
10
- yarn test
0 commit comments