Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 0d34650

Browse files
committed
Cut down on OSX builds
1 parent 00417d8 commit 0d34650

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

.travis.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
# Project specific config
2-
os:
3-
- linux
4-
- osx
5-
6-
env:
7-
matrix:
8-
- ATOM_CHANNEL=stable
9-
- ATOM_CHANNEL=beta
102

113
# Installed for linting the project
124
language: node_js
13-
node_js: "6"
5+
6+
matrix:
7+
include:
8+
- os: linux
9+
env: ATOM_CHANNEL=stable
10+
node_js: "6"
11+
12+
- os: linux
13+
env: ATOM_CHANNEL=beta
14+
node_js: "6"
15+
16+
- os: osx
17+
env: ATOM_CHANNEL=stable
18+
node_js: "6"
1419

1520
# Generic setup follows
1621
script: 'curl -Ls https://github.com/Arcanemagus/ci/raw/atomlinter/build-package.sh | sh'

0 commit comments

Comments
 (0)