File tree 2 files changed +16
-16
lines changed
2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ branches:
4
4
git :
5
5
depth : 10
6
6
7
- language : cpp
7
+ language : node_js
8
+
9
+ node_js : 12
8
10
9
11
matrix :
10
12
include :
@@ -36,4 +38,4 @@ notifications:
36
38
on_success : never
37
39
on_failure : change
38
40
39
- script : " curl -sL https://git.io/fji1w | sh"
41
+ script : curl -sL https://git.io/fji1w | sh
Original file line number Diff line number Diff line change 1
- version : " {build}"
2
-
3
- platform : x64
1
+ # Sane defaults for running tests only
2
+ version : " {build}"
3
+ platform : x64
4
+ test : on
5
+ build : off
6
+ deploy : off
7
+ skip_tags : true
4
8
5
9
branches :
6
10
only :
7
11
- master
8
12
9
- build_script :
10
- - ps : iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/atom/ci/master/build-package.ps1"))
11
-
12
- clone_depth : 10
13
-
14
- skip_tags : true
15
-
16
13
environment :
17
- APM_TEST_PACKAGES :
14
+ global :
15
+ ATOM_CI_PACKAGE_ROOT : test
18
16
19
17
matrix :
20
18
- ATOM_CHANNEL : stable
21
19
- ATOM_CHANNEL : beta
22
20
23
21
install :
24
- - ps : Install-Product node 4
22
+ - ps : Install-Product node $env:nodejs_version
25
23
26
- test : off
27
- deploy : off
24
+ test_script :
25
+ - ps : (New-Object net.WebClient).DownloadString("https://git.io/JWdh6") | iex
You can’t perform that action at this time.
0 commit comments