Skip to content

Commit ba0ab27

Browse files
twang2218agnivade
authored andcommitted
Use 'npm run test:all' in .travis.yml to also check lint error
Signed-off-by: Tao Wang <twang2218@gmail.com>
1 parent 42df8f6 commit ba0ab27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ node_js:
66
- "6"
77
- "stable"
88
script:
9-
- npm test && npm run test:functional
9+
- npm run test:all
1010
cache:
1111
directories:
1212
- node_modules

0 commit comments

Comments
 (0)