Skip to content

Commit 39d8c9d

Browse files
authored
update to latest CI test script (atom-community#1509)
* update to latest CI test script * remove sudo: false
1 parent 47ff341 commit 39d8c9d

File tree

1 file changed

+23
-17
lines changed

1 file changed

+23
-17
lines changed

.travis.yml

+23-17
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,37 @@
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
163

174
env:
185
global:
196
- APM_TEST_PACKAGES=""
7+
- ATOM_LINT_WITH_BUNDLED_NODE="true"
208

219
matrix:
2210
- ATOM_CHANNEL=stable
2311
- ATOM_CHANNEL=beta
2412

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+
2531
addons:
2632
apt:
2733
packages:
2834
- build-essential
29-
- git
30-
- libgnome-keyring-dev
3135
- fakeroot
36+
- git
37+
- libsecret-1-dev

0 commit comments

Comments
 (0)