-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
57 lines (46 loc) · 1021 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
57
language: node_js
node_js:
- '12'
- '10'
- '8'
os:
- linux
- osx
- windows
install:
- npm install --ignore-scripts
script:
- npm test
sudo: enabled
jobs:
fast_finish: true
include:
# Nightlies
- stage: Node.js pre-releases
node_js: '12'
if: type = cron
env: NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly/
-
node_js: '10'
if: type = cron
env: NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly/
-
node_js: '8'
if: type = cron
env: NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly/
# Release Candidates
-
node_js: '12'
if: type = cron
env: NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/rc/
-
node_js: '10'
if: type = cron
env: NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/rc/
-
node_js: '8'
if: type = cron
env: NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/rc/
notifications:
email:
- post@trygve-lie.com