Skip to content

Commit

Permalink
Merge pull request #673 from macbre/travis-nodejs7
Browse files Browse the repository at this point in the history
Run TravisCI tests using Node.js 7.x
  • Loading branch information
macbre authored Nov 24, 2016
2 parents 88c2cad + ff93cea commit b098c33
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: node_js
node_js:
- "6"
- "5"
- "4"
- "0.12"
- 7
- 6
- 5
- 4
- 0.12
sudo: false
before_script:
- sh test/server-start.sh &
Expand Down

0 comments on commit b098c33

Please sign in to comment.