Upgrade travis yml

This commit is contained in:
Josh Johnson 2016-07-02 13:39:11 +01:00
parent 420bb39005
commit a54edafef5

View file

@ -1,4 +1,9 @@
language: node_js
node_js:
- "0.10"
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