Skip to content

Commit

Permalink
Make commands explicit and update npm versions (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
José Eduardo Montenegro Cavalcanti de Oliveira committed Oct 12, 2020
1 parent 427b21a commit de06803
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
language: node_js

os: linux

dist: bionic

node_js:
- 0.10
- 0.12
- 4
- 6
- 8
- 9
- 10 # Previous LST
- 12.18.1 # Actual LTS
- 14.4.0 # Latest version

install: npm install

script: npm test

cache: npm

0 comments on commit de06803

Please sign in to comment.