Skip to content

Commit

Permalink
CI: Upgrade node versions into TravisCI YAML file
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
  • Loading branch information
leodido committed Jan 22, 2021
1 parent ff57ebc commit 9f01583
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: node_js
node_js:
- stable
- '7'
- '6'
- '5'
- '4'
- 14
- 12
- 10
before_install:
- npm prune
- npm set progress=false
Expand Down

0 comments on commit 9f01583

Please sign in to comment.