-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy path.travis.yml
49 lines (48 loc) · 1.17 KB
/
.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
language: node_js
dist: bionic
jobs:
include:
- node_js: '0.10'
before_script: npm run prepare
os: linux
- node_js: '0.12'
before_script: npm run prepare
os: linux
- node_js: '4'
before_script: npm run prepare
os: linux
- node_js: '6'
before_script: npm run prepare
os: linux
- node_js: '8'
os: linux
- node_js: '10'
os: linux
- node_js: '12'
os: linux
- node_js: '13'
os: linux
- node_js: 'stable'
os: linux
- node_js: '0.10'
before_script: npm run prepare
os: windows
- node_js: '0.12'
before_script: npm run prepare
os: windows
- node_js: '4'
before_script: npm run prepare
os: windows
- node_js: '6'
before_script: npm run prepare
os: windows
- node_js: '8'
os: windows
- node_js: '10'
os: windows
- node_js: '12'
os: windows
- node_js: '13'
os: windows
- node_js: 'latest'
os: windows