Skip to content

Commit

Permalink
Change travis to be NodeJS 8+
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Aug 20, 2020
1 parent 96de997 commit e50b08c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js
node_js:
- "node"
- "6"
- "5"
- "4"
- "8"
- "10"
- "12"
sudo: required
addons:
chrome: stable

0 comments on commit e50b08c

Please sign in to comment.