This repository was archived by the owner on Aug 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-27
lines changed Expand file tree Collapse file tree 3 files changed +3
-27
lines changed Original file line number Diff line number Diff line change 1
1
# ## Project specific config ###
2
2
3
3
# Installed for linting the project
4
- language : node_js
4
+ language : generic
5
5
6
6
matrix :
7
7
include :
8
8
- os : linux
9
- node_js : " 6"
10
9
env : ATOM_CHANNEL=stable
11
10
12
11
- os : linux
13
- node_js : " 6"
14
12
env : ATOM_CHANNEL=beta
15
13
16
14
- os : osx
17
- node_js : " 6"
18
15
env : ATOM_CHANNEL=stable
19
16
20
- env :
21
- global :
22
- - APM_TEST_PACKAGES=""
23
- - ATOM_LINT_WITH_BUNDLED_NODE="false"
24
-
25
17
# ## Generic setup follows ###
26
18
script : ' curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
27
19
28
- # Needed to disable the auto-install step running `npm install`
29
- install : true
30
-
31
20
notifications :
32
21
email :
33
22
on_success : never
Original file line number Diff line number Diff line change 1
1
# ## Project specific config ###
2
2
environment :
3
- APM_TEST_PACKAGES :
4
- ATOM_LINT_WITH_BUNDLED_NODE : " false"
5
-
6
3
matrix :
7
4
- ATOM_CHANNEL : stable
8
5
- ATOM_CHANNEL : beta
9
6
10
- install :
11
- # Install Node.js to run any configured linters
12
- - ps : Install-Product node 6
13
-
14
7
# ## Generic setup follows ###
15
8
build_script :
16
9
- ps : iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1'))
Original file line number Diff line number Diff line change 1
1
test :
2
2
override :
3
- - curl -Ls https://github. com/Arcanemagus /ci/raw/atomlinter /build-package.sh | sh
3
+ - curl -s https://raw.githubusercontent. com/atom /ci/master /build-package.sh | sh
4
4
5
5
dependencies :
6
6
override :
7
+ # If nothing is put here, CircleCI will run `npm install` using the system Node.js
7
8
- echo "Managed in the script"
8
-
9
- machine :
10
- node :
11
- version : 6
12
- environment :
13
- ATOM_LINT_WITH_BUNDLED_NODE : " false"
14
- APM_TEST_PACKAGES : " "
You can’t perform that action at this time.
0 commit comments