Skip to content

Commit

Permalink
chore(ci): add lint, update test and add cache
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultboursier committed May 8, 2020
1 parent 8c44572 commit 4fc337a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ node_js:
- '11.10.1'
- '10'
- '9'
- '8'
- '8'
cache:
directories:
- node_modules
script:
- npm run lint
- npm run test -- --ci --verbose --coverage

0 comments on commit 4fc337a

Please sign in to comment.