Merge pull request #12232 from atom/as-ns-remove-osx-from-travis

Remove OS X from Travis Build Matrix
This commit is contained in:
Antonio Scandurra
2016-07-27 10:27:20 +02:00
committed by GitHub

View File

@@ -9,18 +9,12 @@ env:
global:
- ATOM_ACCESS_TOKEN=da809a6077bb1b0aa7c5623f7b2d5f1fec2faae4
osx_image: xcode7.3
compiler: clang
matrix:
include:
- os: linux
env: NODE_VERSION=4
- os: osx
env: ATOM_SPECS_TASK=core NODE_VERSION=4
- os: osx
env: ATOM_SPECS_TASK=packages NODE_VERSION=4
sudo: false