Skip to content

Commit

Permalink
Chore: add supported Node.js versions to CI (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo authored and mysticatea committed Nov 8, 2018
1 parent b423057 commit 0cbeea5
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,8 +1,10 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
- "9"
- "10"
- "11"
sudo: false
script: "npm test"
script: "npm test"

0 comments on commit 0cbeea5

Please sign in to comment.