Skip to content

Commit

Permalink
chore(travis): test in node@4 and node@6
Browse files Browse the repository at this point in the history
removed tests in IOS
  • Loading branch information
gr2m committed Jul 26, 2016
1 parent f19b3f9 commit 6af5275
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .travis.yml
Expand Up @@ -12,19 +12,12 @@ addons:
- gnome-keyring
- libgnome-keyring-dev
node_js:
- iojs-v2
- iojs-v1
- 6
- 4
- '0.12'
- '0.10'
before_install: |
case ${TRAVIS_NODE_VERSION} in
iojs*)
echo "Not upgrading npm for iojs."
;;
*)
npm update -g npm
;;
esac
before_install:
npm update -g npm
before_script:
- npm prune
after_success:
Expand Down

0 comments on commit 6af5275

Please sign in to comment.