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: 0c6e0915d29cdc6a2e0f251705548aeb8afae92b (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 . test -- -t600 -Rclassic -c"