Skip to content

Commit

Permalink
Update Travis CI environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Sep 29, 2017
1 parent ce15ffe commit 963b2b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,5 +1,8 @@
language: "node_js"
node_js:
- "8"
- "7"
- "6"
- "5"
- "4"
- "3" # io.js
Expand All @@ -21,4 +24,5 @@ script:
after_success:
- "make report-cov"

sudo: false
dist: precise
sudo: required

0 comments on commit 963b2b9

Please sign in to comment.