-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.travis.yml
56 lines (48 loc) · 989 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
language: node_js
node_js:
- "stable"
- "16.0"
- "15.0"
- "14.0"
- "13.0"
- "12.0"
- "11.0"
# - "10.0"
# - "9.0"
# - "8.0"
# - "7.0"
# - "6.0"
# - "5.0"
# - "4.0"
matrix:
fast_finish: true
allow_failures:
# - node_js: '4.0'
# - node_js: '5.0'
# - node_js: '6.0'
# - node_js: '7.0'
# - node_js: '8.0'
# - node_js: '9.0'
# - node_js: '10.0'
- node_js: '11.0'
- node_js: '13.0'
- node_js: '15.0'
sudo: false
cache:
directories:
- node_modules
before_script:
- command -v npx || npm i -g npx
script:
- npm run test-cov
after_script:
- npm install codecov
- ./node_modules/.bin/codecov
deploy:
provider: npm
email: [email protected]
api_key:
secure: UeTmKdjg0MEmy8iK0ZmlmNww+hytHQoEkh7uhssV2Pizq2sSEKki9m64v7xe35Kwk38TcbMvrZkwtim/ZnZt1JJ2LOw8Ogz88OVviqAfkHOe2VRH8SrP3NpRFGFWLZ0JmvKGkvCLiDkLHiz+vSegUXDPwyGdpS932lyxJ5U3ntE=
on:
tags: true
repo: duzun/URL.js