Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
update .travis.yml (nvm works on travis now)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed May 6, 2015
1 parent 007550e commit f70b657
Showing 1 changed file with 8 additions and 24 deletions.
32 changes: 8 additions & 24 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,14 @@
language: c
language: node_js

before_install:
- rm -rf ~/.nvm
- wget https://raw.githubusercontent.com/visionmedia/n/master/bin/n -qO n
- chmod +x n
- sudo cp n /usr/local/bin/n
- sudo chmod -R a+xw /usr/local
- n --version
- export JOBS=max

script:
- n 0.10
- node -v; which node; npm -v; which npm
- JOBS=max npm install
- npm test && rm -rf node_modules/

- n latest
- node -v; which node; npm -v; which npm
- JOBS=max npm install
- npm test && rm -rf node_modules/
node_js:
- "2.0.0"
- "1.8.1"
- "0.12"
- "0.10"

- n io latest
- iojs -v; which iojs; npm -v; which npm
- JOBS=max npm install
script:
- npm test

notifications:
email:
- [email protected]
- [email protected]

0 comments on commit f70b657

Please sign in to comment.