forked from file-icons/atom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
43 lines (34 loc) · 697 Bytes
/
.travis.yml
File metadata and controls
43 lines (34 loc) · 697 Bytes
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
branches:
only:
- master
git:
depth: 10
language: node_js
node_js: 12
matrix:
include:
- os: linux
dist: xenial
env: ATOM_CHANNEL=stable
- os: linux
dist: xenial
env: ATOM_CHANNEL=beta
- os: osx
env: ATOM_CHANNEL=stable
- os: osx
env: ATOM_CHANNEL=beta
addons:
apt:
packages:
- build-essential
- fakeroot
- git
- libgconf2-4
- libsecret-1-dev
notifications:
email:
on_success: never
on_failure: change
script:
- node --version
- curl -sL https://git.io/fji1w | sh