Skip to content

Commit

Permalink
Fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Jan 14, 2020
1 parent 36af32d commit e8b5f92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ cache:
directories:
- node_modules
node_js:
- "12"
- '12'
script:
- npm run precommit
- npm run lint
- npm run build
after_success:
# Deploy code coverage report to codecov.io
- npm run test:coverage:deploy

0 comments on commit e8b5f92

Please sign in to comment.