From ef0ba86c991a6126c98298e73cdd549e98e1d42e Mon Sep 17 00:00:00 2001 From: Lars-Magnus Skog Date: Wed, 6 May 2015 18:24:40 +0200 Subject: [PATCH] target multiple iojs versions, remove notifications --- .travis.yml | 31 ++++++++++--------------------- 1 file changed, 10 insertions(+), 21 deletions(-) diff --git a/.travis.yml b/.travis.yml index 977a9093..57121924 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,24 +1,13 @@ language: node_js + +before_install: + - export JOBS=max + node_js: - - "0.10" + - "2.0.0" + - "1.8.1" - "0.12" - - "iojs" -branches: - only: - - master -notifications: - email: - - r@va.gg - - john@chesl.es - - raynos2@gmail.com - - dominic.tarr@gmail.com - - max@maxogden.com - - lars.magnus.skog@gmail.com - - david.bjorklund@gmail.com - - julian@juliangruber.com - - paolo@async.ly - - anton.whalley@nearform.com - - matteo.collina@gmail.com - - pedro.teixeira@gmail.com - - mail@substack.net -script: npm test + - "0.10" + +script: + - npm test