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 71a1aa4 commit f79af89Copy full SHA for f79af89
.travis.yml
@@ -4,7 +4,8 @@ node_js:
4
- '8'
5
cache: yarn
6
script: |
7
- yarn bolt
+ yarn global add bolt
8
+ bolt
9
if [[ $? != 0 ]]; then exit 1; fi
10
yarn lint
11
yarn test
0 commit comments