From 4a500c45365fc4c162a9e86b0308223ddcdf24be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Sroka?= Date: Thu, 2 Mar 2017 04:15:33 +0100 Subject: [PATCH] Updated node versions matrix and added SKIP_DTRACE=1 env var --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 63d14eb..6d70676 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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