From f45982cc912c10fbae6ae463dd22f97e6a5b4c8c Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 20 Sep 2015 19:53:49 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7edce10..187d3be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,11 @@ language: node_js -node_js: -- '0.11' -- '0.10' +before_install: + - nvm install stable + - node -v + - npm -v + - npm install -g gulp + - npm install gulp + - npm install gulp-typescript deploy: provider: npm email: npm@smart-coordination.com