Skip to content

Commit

Permalink
travis.yml update tested node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Oct 11, 2019
1 parent d432101 commit 09d92a5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ os:

# Test against all supported versions of Node.js
node_js:
- '8'
- '9'
- '10'
- '11'
- 8
- 10
- 12

# Run ESLint after npm test
script:
- npm run eslint

cache:
directories:
- 'node_modules'
- node_modules

0 comments on commit 09d92a5

Please sign in to comment.