diff --git a/.travis.yml b/.travis.yml index 5aea84c..2a05188 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,17 @@ sudo: false language: node_js node_js: - - 'iojs-v2.3.4' + - 4 before_install: - npm install -g npm@3 - npm config set loglevel error - npm config -g list -l - npm --version script: npm run-script ci -cache: - directories: - - node_modules +# Disable cache to force travis to use node_js ver 4 +#cache: +# directories: +# - node_modules # Post build notifications to the Integrations Flowdock notifications: flowdock: e3dc17bc8a2c1b3412abe3e5747f8291 diff --git a/appveyor.yml b/appveyor.yml index 1da64e5..0457204 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ version: "{build}" # what combinations to test environment: matrix: - - nodejs_version: 0.10 + - nodejs_version: 4 # Get the stable version of node install: