diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-03-22 18:42:00 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-03-22 18:42:00 -0700 |
commit | 92d5980a079d9985285bcc57e4138af0f2d48d1e (patch) | |
tree | 5609495840435bfaeaecdf9c40e1d4eb8e7deca2 /.travis.yml | |
parent | 231e0b5de1b5074a2c954bd6e203cc5f0e6a2f46 (diff) | |
download | qtlocation-mapboxgl-92d5980a079d9985285bcc57e4138af0f2d48d1e.tar.gz |
[node] Drop OS X build from Travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 191a42458e..f287996b5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,12 +27,6 @@ matrix: - os: linux include: - # OS X/Node.js 4 - Xcode 7 - - os: osx - osx_image: xcode7 - compiler: clang - env: FLAVOR=node NODE_VERSION=4 - # Linux/Node.js 4 - Clang 3.5 - Release - os: linux compiler: ": node4-clang35-release" |