[go: up one dir, main page]

Skip to content

Commit

Permalink
Updating travis config to run tests only on node 6, 8, 10, 12 and 13
Browse files Browse the repository at this point in the history
  • Loading branch information
bermi committed Nov 1, 2019
1 parent 56b12cf commit 31b0c96
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: node_js
sudo: false
node_js:
- 0.12
- 4.4
- 6.9
- 13
- 12
- 10
- 8
- 6
branches:
only:
- master
Expand Down

0 comments on commit 31b0c96

Please sign in to comment.