Skip to content

Commit

Permalink
Trying alternate approach for sharing env vars from the matrix with the
Browse files Browse the repository at this point in the history
install.
  • Loading branch information
carlschroedl committed Nov 28, 2017
1 parent cb60f2c commit 3ad5be1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ matrix:
packages:
- g++-6
env:
- MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"
before_install:
- eval "${MATRIX_EVAL}"

- CC=gcc-6 CXX=g++-6
install:
- pip install -r requirements.txt
- python setup.py build install
Expand Down

0 comments on commit 3ad5be1

Please sign in to comment.