Skip to content

Commit 4a500c4

Browse files
Srokaptrentm
authored andcommittedMar 4, 2017
Updated node versions matrix and added SKIP_DTRACE=1 env var
1 parent b74180c commit 4a500c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ os:
44
- linux
55
- osx
66

7+
env:
8+
- SKIP_DTRACE=1
9+
710
node_js:
811
- '0.10'
912
- '0.12'
1013
- '4'
1114
- '5'
15+
- '6'
1216
- 'node'
13-
- 'iojs'
1417

1518
# Gives us faster boot time, see https://docs.travis-ci.com/user/ci-environment/
1619
sudo: false

0 commit comments

Comments
 (0)
Please sign in to comment.