Skip to content

Commit

Permalink
ci: update ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Stevens committed Nov 17, 2020
1 parent 18e7dc1 commit ad7baa0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
language: node_js
cache:
directories:
- node_modules
node_js:
- "12"
- "10"
- "8"
- "node"
- "lts/*"
- "8"
script:
- npm run lint
- npm test

0 comments on commit ad7baa0

Please sign in to comment.