Skip to content

Commit

Permalink
ci: run on more node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jul 7, 2019
1 parent 563a90d commit bd2f677
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
@@ -1,6 +1,13 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "stable"
- "10"
- "9"
- "8"
- "6"
- "4"
- "iojs"
- "0.12"
- node
- "0.10"
matrix:
fast_finish: true

0 comments on commit bd2f677

Please sign in to comment.