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

Commit

Permalink
Work-around for Travis CI build matrix when permuting python versions…
Browse files Browse the repository at this point in the history
… and

compiler versions.  Without this fix, the clang builds don't actually use clang
  • Loading branch information
Austin Marshall committed Nov 8, 2013
1 parent 23a5225 commit 0c36eb9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ branches:
except:
- gh-pages
language: python
compiler:
- gcc
- clang
python:
- "2.6"
- "2.7"
Expand All @@ -28,6 +25,9 @@ env:
ZDEgrBeE7f9yTjD3Va4uvkEakNcNKTgNTJ8VWT9QUZdmEvlgvGWRvCbUZHQc
P+tJ/UVBATmEx5RHf0NqKFyfkC/VeA8C3D4ekCnbB11WF/4i8CCGCrhui9Mx
cfgr20Rz8KuuC/TZklPjVCy+0dXS3o2CL7u2b7XDGYzBYPxayjU=
matrix:
- CC=clang
- CC=gcc

notifications:
irc:
Expand All @@ -39,6 +39,8 @@ before_install:
- git clone https://github.com/numenta/nupic-linux64.git
- (cd nupic-linux64 && git reset --hard 9e4df07ee03184d670a8801b76f206785e2a8b2e)
- source nupic-linux64/bin/activate
- if [ "$CC" = "gcc" ]; then export CXX=g++; fi
- if [ "$CC" = "clang" ]; then export CXX=clang++; fi
- gem install travis-artifacts > /dev/null

install:
Expand Down

0 comments on commit 0c36eb9

Please sign in to comment.