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
-26
lines changed Expand file tree Collapse file tree 3 files changed +3
-26
lines changed Original file line number Diff line number Diff line change 1
1
# ## Project specific config ###
2
-
3
- # Installed for linting the project
4
- language : node_js
2
+ language : generic
5
3
6
4
matrix :
7
5
include :
8
6
- os : linux
9
7
env : ATOM_CHANNEL=stable
10
- node_js : " 6"
11
8
12
9
- os : linux
13
10
env : ATOM_CHANNEL=beta
14
- node_js : " 6"
15
11
16
12
- os : osx
17
13
env : ATOM_CHANNEL=stable
18
- node_js : " 6"
19
-
20
- env :
21
- global :
22
- - ATOM_LINT_WITH_BUNDLED_NODE="false"
23
14
24
15
# ## Generic setup follows ###
25
16
script : ' curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
26
17
27
- # Needed to disable the auto-install step running `npm install`
28
- install : true
29
-
30
18
notifications :
31
19
email :
32
20
on_success : never
Original file line number Diff line number Diff line change 1
1
# ## Project specific config ###
2
2
environment :
3
- ATOM_LINT_WITH_BUNDLED_NODE : " false"
4
-
5
3
matrix :
6
4
- ATOM_CHANNEL : stable
7
5
- ATOM_CHANNEL : beta
8
6
9
- install :
10
- # Install Node.js to run any configured linters
11
- - ps : Install-Product node 6
12
-
13
7
# ## Generic setup follows ###
14
8
build_script :
15
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 -s https://raw.githubusercontent.com/Arcanemagus /ci/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"
You can’t perform that action at this time.
0 commit comments