Skip to content

Commit

Permalink
Remove node 0.6, add node 9-13 on Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Dec 9, 2019
1 parent 08f57c2 commit e15ee93
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,5 +1,10 @@
language: "node_js"
node_js:
- "13"
- "12"
- "11"
- "10"
- "9"
- "8"
- "7"
- "6"
Expand All @@ -11,7 +16,6 @@ node_js:
- "0.12"
- "0.10"
# - "0.8"
- "0.6"


before_install:
Expand Down

0 comments on commit e15ee93

Please sign in to comment.