Skip to content

Commit 1dde0bc

Browse files
committed
fix(main): add npm run build to CI
1 parent b5c4e9f commit 1dde0bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ notifications:
77
node_js:
88
- '9'
99
- '8'
10+
script:
11+
- npm run build
12+
- npm run lint
13+
- npm test
1014
after_success:
1115
- npm run travis-deploy-once "npm run semantic-release"
1216
branches:

0 commit comments

Comments
 (0)