Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2734148642ff6d104296bff1d701704098147d7d (plain)
1
2
3
4
5
6
7
8
9
10
11
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 tap"