Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Remove gcc builds from matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyolight committed Oct 9, 2016
1 parent 0a6d534 commit 34239a1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ os:

compiler:
- clang
- gcc

env:
global:
Expand All @@ -30,12 +29,6 @@ env:
virtualenv:
system_site_packages: true

matrix:
# This excludes OSX builds from the build matrix for gcc
exclude:
- os: osx
compiler: gcc

# Successful builds are archived and uploaded to S3 for nupic builds.
before_deploy:
- "if [ ${TRAVIS_OS_NAME:-'osx'} = 'osx' ]; then PLATFORM='darwin'; fi"
Expand Down

0 comments on commit 34239a1

Please sign in to comment.