Skip to content

Commit dd1bc7e

Browse files
committed
fix(ci): Fixed .travis.yml install script
1 parent 036d29c commit dd1bc7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ node_js:
88
- '10'
99
- '9'
1010
- '8'
11+
install:
12+
- npm install
13+
- npm run build
1114
after_success:
1215
- npm run travis-deploy-once "npm run semantic-release"
1316
branches:

0 commit comments

Comments
 (0)