mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
e79ccee168
PR-URL: https://github.com/iojs/io.js/pull/266 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
12 lines
228 B
YAML
12 lines
228 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.11"
|
|
- "0.10"
|
|
env:
|
|
- DEPLOY_VERSION=testing
|
|
before_install:
|
|
- "npm config set spin false"
|
|
- "npm install -g npm@^2"
|
|
- "sudo mkdir -p /var/run/couchdb"
|
|
script: "npm run-script test-all"
|