Skip to content

Commit

Permalink
ci: update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Aug 11, 2016
1 parent dfb7f53 commit d5d4f45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ env:
- TRAVIS_NODE_VERSION="0.10"
- TRAVIS_NODE_VERSION="0.12"
- TRAVIS_NODE_VERSION="4"
- TRAVIS_NODE_VERSION="5"
- TRAVIS_NODE_VERSION="6"
install:
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION
- npm --version
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -6,7 +6,7 @@ environment:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"

# Install scripts. (runs after repo cloning)
install:
Expand All @@ -17,6 +17,7 @@ install:
# Typical npm stuff.
- IF %nodejs_version% LSS 1 npm -g install npm
- IF %nodejs_version% LSS 1 set PATH=%APPDATA%\npm;%PATH%
- set CL=-DDELAYIMP_INSECURE_WRITABLE_HOOKS
- npm install

# Post-install test scripts.
Expand Down

0 comments on commit d5d4f45

Please sign in to comment.