forked from atom/language-ruby
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.travis.yml
54 lines (43 loc) · 835 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
44
45
46
47
48
49
50
51
52
53
54
### Project specific config ###
language: node_js
node_js:
- "8"
env:
global:
- APM_TEST_PACKAGES=""
- ATOM_LINT_WITH_BUNDLED_NODE="true"
matrix:
- ATOM_CHANNEL=beta
- ATOM_CHANNEL=stable
os:
- linux
- osx
before_script:
- commitlint-travis
after_success:
# Add apm to the PATH
- export PATH=${PATH}:${HOME}/atom/usr/bin/
- npm run travis-deploy-once "npm run semantic-release"
### Generic setup follows ###
script:
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
- chmod u+x build-package.sh
- ./build-package.sh
notifications:
email:
on_success: never
on_failure: change
branches:
only:
- master
git:
depth: 10
sudo: false
dist: trusty
addons:
apt:
packages:
- build-essential
- fakeroot
- git
- libsecret-1-dev