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: cec3aac226b1c15121009f1ed18820245fba9e70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# need to declare the language as well as the matrix below
language: node_js

os:
  - windows

node_js:
  - 12
  - 10
  - 8
  - 6

env: "DEPLOY_VERSION=testing"

notifications:
    slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8

install:
  - "node . install"

script:
  - "node . run tap -- \"test/tap/*.js\" -t600 -Rclassic -c"