Skip to content

Commit

Permalink
Fix node_js versions to use on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromemacias committed Apr 16, 2020
1 parent 238f024 commit 7e82066
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
language: node_js
sudo: false
node_js:
- "7"
- "6.9"
- "8"
- "9"
- "10"
cache:
directories:
- node_modules
- '10'
- '12'
- 'node'
cache: npm
branches:
only:
- master
only:
- master

0 comments on commit 7e82066

Please sign in to comment.