diff --git a/.travis.yml b/.travis.yml index 3e8efbb9..2f6130cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ os: compiler: - clang - - gcc env: global: @@ -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"