Skip to content

Commit e8b5f92

Browse files
committed
Fix travis config
1 parent 36af32d commit e8b5f92

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ cache:
55
directories:
66
- node_modules
77
node_js:
8-
- "12"
8+
- '12'
99
script:
10-
- npm run precommit
10+
- npm run lint
11+
- npm run build
1112
after_success:
1213
# Deploy code coverage report to codecov.io
1314
- npm run test:coverage:deploy

0 commit comments

Comments
 (0)