Updated node versions matrix and added SKIP_DTRACE=1 env var

master
Paweł Sroka 2017-03-02 04:15:33 +01:00 committed by Trent Mick
parent b74180cf14
commit 4a500c4536
1 changed files with 4 additions and 1 deletions

View File

@ -4,13 +4,16 @@ os:
- linux
- osx
env:
- SKIP_DTRACE=1
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
- '6'
- 'node'
- 'iojs'
# Gives us faster boot time, see https://docs.travis-ci.com/user/ci-environment/
sudo: false