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

Commit f1fc9c1

Browse files
authored
Merge pull request #146 from AtomLinter/update-ci
Update CI configuration
2 parents 0ec637c + d4b771e commit f1fc9c1

File tree

1 file changed

+33
-6
lines changed

1 file changed

+33
-6
lines changed

.travis.yml

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,41 @@
1-
language: objective-c
1+
### Project specific config ###
2+
language: generic
23

3-
sudo: false
4+
matrix:
5+
include:
6+
- os: linux
7+
env: ATOM_CHANNEL=stable
48

5-
branches:
6-
only:
7-
- master
9+
- os: linux
10+
env: ATOM_CHANNEL=beta
11+
12+
- os: osx
13+
env: ATOM_CHANNEL=stable
14+
15+
### Generic setup follows ###
16+
script:
17+
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
18+
- chmod u+x build-package.sh
19+
- ./build-package.sh
820

921
notifications:
1022
email:
1123
on_success: never
1224
on_failure: change
1325

14-
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
26+
branches:
27+
only:
28+
- master
29+
30+
git:
31+
depth: 10
32+
33+
sudo: false
34+
35+
addons:
36+
apt:
37+
packages:
38+
- build-essential
39+
- git
40+
- libgnome-keyring-dev
41+
- fakeroot

0 commit comments

Comments
 (0)