From 59398259e481e759cdf2836aa70f78d90e55dc06 Mon Sep 17 00:00:00 2001 From: mendhak Date: Thu, 16 Mar 2017 23:35:29 +0000 Subject: [PATCH] Bumping to version 4 of node Higher npm version to facilitate deployments Higher npm version to facilitate deployments --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4b49348..4903218 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,15 +3,19 @@ sudo: false language: node_js node_js: - - "0.10" + - "4" notifications: email: false +before_install: + - npm install -g npm@'>=3' + install: - npm install - node_modules/.bin/bower install + script: # Just run the default task and make sure it builds, there aren't any tests :( - node_modules/.bin/grunt