Skip to content

Commit 5b849ee

Browse files
ci(travis): run build script after lint and test
1 parent 8315832 commit 5b849ee

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

.travis.yml

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
11
language: node_js
2-
32
node_js:
4-
- stable
5-
6-
sudo: false # https://docs.travis-ci.com/user/migrating-from-legacy/
7-
3+
- stable
84
install:
9-
- npm install
10-
5+
- npm install
116
script:
12-
- npm run lint
13-
- npm run cover
14-
7+
- npm run lint
8+
- npm run cover
9+
- npm run build
1510
after_script:
16-
- npm run coveralls
17-
11+
- npm run coveralls
1812
cache:
19-
directories:
20-
- node_modules
21-
13+
directories:
14+
- node_modules
2215
notifications:
23-
email: false
16+
email: false

0 commit comments

Comments
 (0)