Skip to content

Commit

Permalink
[test] Update travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Feb 28, 2018
1 parent c06ac07 commit 0539a2c
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
sudo: false
language: node_js
sudo: false
node_js:
- "4"
- "6"
- "7"

git:
depth: 1

- '4'
- '6'
- '8'
- node
notifications:
irc: "irc.freenode.org#socket.io"
git:
depth: 1
cache:
directories:
- node_modules

0 comments on commit 0539a2c

Please sign in to comment.