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

os:
  - windows

node_js:
  - 13
  - 12
  - 10

env: "DEPLOY_VERSION=testing"

install:
  - "node . install"

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