Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 4cc45ec

Browse files
author
Wliu
authored
Merge pull request #148 from atom/wl-trusty-travis
Use Trusty on Travis
2 parents f2c2149 + fdbedbf commit 4cc45ec

File tree

1 file changed

+31
-5
lines changed

1 file changed

+31
-5
lines changed

.travis.yml

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,41 @@
1-
language: objective-c
1+
### Project specific config ###
2+
language: generic
3+
4+
env:
5+
global:
6+
- APM_TEST_PACKAGES=""
7+
- ATOM_LINT_WITH_BUNDLED_NODE="true"
8+
9+
matrix:
10+
- ATOM_CHANNEL=stable
11+
- ATOM_CHANNEL=beta
12+
13+
### Generic setup follows ###
14+
script:
15+
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
16+
- chmod u+x build-package.sh
17+
- ./build-package.sh
218

319
notifications:
420
email:
521
on_success: never
622
on_failure: change
723

8-
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
24+
branches:
25+
only:
26+
- master
927

1028
git:
1129
depth: 10
1230

13-
branches:
14-
only:
15-
- master
31+
sudo: false
32+
33+
dist: trusty
34+
35+
addons:
36+
apt:
37+
packages:
38+
- build-essential
39+
- fakeroot
40+
- git
41+
- libsecret-1-dev

0 commit comments

Comments
 (0)