Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 6da21c7

Browse files
committed
Update Travis CI configuration
Update the Travis CI configuration to account for the changes required to support Atom v1.18.0.
1 parent ba20610 commit 6da21c7

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.travis.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ matrix:
1515
env: ATOM_CHANNEL=stable
1616

1717
### Generic setup follows ###
18-
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
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
1922

2023
notifications:
2124
email:
@@ -31,10 +34,12 @@ git:
3134

3235
sudo: false
3336

37+
dist: trusty
38+
3439
addons:
3540
apt:
3641
packages:
3742
- build-essential
38-
- git
39-
- libgnome-keyring-dev
4043
- fakeroot
44+
- git
45+
- libsecret-1-dev

0 commit comments

Comments
 (0)