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

Commit 1ee4e4e

Browse files
committed
Update Travis CI configuration
Since this project has so many issues with macOS users, taking the ~hour hit on the builds by adding an OS X build will be annoying, but worth it. Also updates the Linux configuration to the current standard from `atom/ci`.
1 parent a0351f8 commit 1ee4e4e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ matrix:
1111
rvm: 2.3.1
1212
env: ATOM_CHANNEL=beta
1313

14+
- os: osx
15+
rvm: 2.3.1
16+
env: ATOM_CHANNEL=beta
17+
1418
### Generic setup follows ###
1519
script:
1620
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
@@ -31,10 +35,12 @@ git:
3135

3236
sudo: false
3337

38+
dist: trusty
39+
3440
addons:
3541
apt:
3642
packages:
3743
- build-essential
38-
- git
39-
- libgnome-keyring-dev
4044
- fakeroot
45+
- git
46+
- libsecret-1-dev

0 commit comments

Comments
 (0)