Skip to content

Commit

Permalink
Upgrade travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Johnson committed Jul 2, 2016
1 parent 420bb39 commit a54edaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -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

0 comments on commit a54edaf

Please sign in to comment.