File tree 1 file changed +23
-17
lines changed
1 file changed +23
-17
lines changed Original file line number Diff line number Diff line change 1
- notifications :
2
- email :
3
- on_success : never
4
- on_failure : change
5
-
6
- script : ' curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
7
-
8
- git :
9
- depth : 10
10
-
11
- sudo : false
12
-
13
- os :
14
- - linux
15
- - osx
1
+ # ## Project specific config ###
2
+ language : generic
16
3
17
4
env :
18
5
global :
19
6
- APM_TEST_PACKAGES=""
7
+ - ATOM_LINT_WITH_BUNDLED_NODE="true"
20
8
21
9
matrix :
22
10
- ATOM_CHANNEL=stable
23
11
- ATOM_CHANNEL=beta
24
12
13
+ os :
14
+ - linux
15
+ - osx
16
+
17
+ # ## Generic setup follows ###
18
+ script :
19
+ - curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
20
+ - chmod u+x build-package.sh
21
+ - ./build-package.sh
22
+
23
+ notifications :
24
+ email :
25
+ on_success : never
26
+ on_failure : change
27
+
28
+ git :
29
+ depth : 10
30
+
25
31
addons :
26
32
apt :
27
33
packages :
28
34
- build-essential
29
- - git
30
- - libgnome-keyring-dev
31
35
- fakeroot
36
+ - git
37
+ - libsecret-1-dev
You can’t perform that action at this time.
0 commit comments