Upgrade node version on travis

This commit is contained in:
Josh Johnson 2017-05-11 15:29:01 +01:00
parent 71baf01a97
commit 1b8621b54e
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
language: node_js
node_js:
- "0.10"
- "node"
before_install:
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
- npm install -g npm@latest
install:
- npm install
script: npm run js:test
script: npm run js:test

View file

@ -50,7 +50,7 @@
"karma-phantomjs-launcher": "^1.0.1",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.7.0",
"node-sass": "3.4.2",
"node-sass": "^3.4.2",
"nodemon": "^1.9.1",
"opn-cli": "^3.1.0",
"postcss-cli": "^2.5.1",