forked from daquinoaldo/https-localhost
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
102 lines (101 loc) · 804 Bytes
/
.travis.yml
File metadata and controls
102 lines (101 loc) · 804 Bytes
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
os:
- osx
- linux
- windows
language: node_js
node_js:
- node
- 11
- 11.9
- 11.8
- 11.7
- 11.6
- 11.5
- 11.4
- 11.3
- 11.2
- 11.1
- 11.0
- 10
- 10.15.1
- 10.15.0
- 10.14.2
- 10.14.1
- 10.14.0
- 10.13
- 10.12
- 10.11
- 10.10
- 10.9
- 10.8
- 10.7
- 10.6
- 10.5
- 10.4.1
- 10.4.0
- 10.3
- 10.2.1
- 10.2.0
- 10.1
- 10.0
- 9.11.2
- 9.11.1
- 9.11.0
- 9.10.1
- 9.10.0
- 9.9
- 9.8
- 9.7.1
- 9.7.0
- 9.6.1
- 9.6.0
- 9.5
- 9.4
- 9.3
- 9.2.1
- 9.2.0
- 9.1
- 9.0
- 8
- 8.15
- 8.14.1
- 8.14.0
- 8.13
- 8.12
- 8.11.4
- 8.11.3
- 8.11.2
- 8.11.1
- 8.11.0
- 8.10
- 8.9.4
- 8.9.3
- 8.9.2
- 8.9.1
- 8.9.0
- 8.8.1
- 8.8.0
- 8.7
- 8.6
- 8.5
- 8.4
- 8.3
- 8.2.1
- 8.2.0
- 8.1.4
- 8.1.3
- 8.1.2
- 8.1.1
- 8.1.0
- 8.0
- 7.10.1
- 7.10.0
- 7.9
- 7.8
- 7.7.4
- 7.7.3
- 7.7.2
- 7.7.1
- 7.7.0
- 7.6
after_success: npm run coveralls