forked from AtomLinter/linter-clang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
43 lines (35 loc) · 763 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Project specific config
os:
- linux
- osx
env:
global:
- APM_TEST_PACKAGES=""
matrix:
- ATOM_CHANNEL=stable
- ATOM_CHANNEL=beta
deploy:
provider: apm
api_key:
secure: "MvxKJAUglt0zbMBMOEaJFwqK8ptYlJD1mSyTNZ7x0T02CdST4Fx70AK3x79odI0o8YUGrLKfFdJyBrGkme9ainYDeomIu0O4QTZ2tGdpLsbTop4dDnQbYjyba/gI6aK+4x9WJ167CY3bYLs+0w3P4HMhtvsvQuLAhpZqbZykOgQ="
edge:
source: kepler0/dpl
branch: apm
on:
tags: true
# Generic setup follows
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
notifications:
email:
on_success: never
on_failure: change
git:
depth: 10
sudo: false
addons:
apt:
packages:
- build-essential
- git
- libgnome-keyring-dev
- fakeroot