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

Commit 58e251e

Browse files
committed
Update Travis CI configuration according to github.com/atom/ci
1 parent c355d1d commit 58e251e

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

.travis.yml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
1-
os:
2-
- linux
3-
- osx
41
language: generic
2+
53
env:
64
global:
75
- APM_TEST_PACKAGES=""
86
- ATOM_LINT_WITH_BUNDLED_NODE="true"
7+
98
matrix:
109
- ATOM_CHANNEL=stable
1110
- ATOM_CHANNEL=beta
12-
install: ''
11+
12+
os:
13+
- linux
14+
- osx
15+
16+
dist: trusty
17+
18+
sudo: false
19+
20+
addons:
21+
apt:
22+
sources:
23+
- ubuntu-toolchain-r-test
24+
packages:
25+
- g++-6
26+
1327
script:
1428
- curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh

0 commit comments

Comments
 (0)