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

Commit 75e924a

Browse files
committed
Update Travis CI configuration
Updates the Travis CI configuration: * Use Trusty based builds * Remove OS X builds as they are unusably long to queue * Update dependent APT packages
1 parent 392f006 commit 75e924a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ matrix:
99
- os: linux
1010
env: ATOM_CHANNEL=beta
1111

12-
- os: osx
13-
env: ATOM_CHANNEL=stable
14-
1512
### Generic setup follows ###
1613
script:
1714
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
@@ -32,10 +29,12 @@ git:
3229

3330
sudo: false
3431

32+
dist: trusty
33+
3534
addons:
3635
apt:
3736
packages:
3837
- build-essential
39-
- git
40-
- libgnome-keyring-dev
4138
- fakeroot
39+
- git
40+
- libsecret-1-dev

0 commit comments

Comments
 (0)