Skip to content

Commit f79af89

Browse files
authored
fix build failure (#82)
* fix build failure
1 parent 71a1aa4 commit f79af89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ node_js:
44
- '8'
55
cache: yarn
66
script: |
7-
yarn bolt
7+
yarn global add bolt
8+
bolt
89
if [[ $? != 0 ]]; then exit 1; fi
910
yarn lint
1011
yarn test

0 commit comments

Comments
 (0)