Skip to content
Snippets Groups Projects
Commit aa3d742b authored by Brad Nelson's avatar Brad Nelson
Browse files

update travis matrix

parent 4a664ac4
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,8 @@ matrix:
packages:
- g++-4.9
env:
- MATRIX_EVAL="CC=gcc-4.9 && CXX=g++-4.9"
- CC=gcc-4.9
- CXX=g++-4.9"
# works on Precise and Trusty
- os: linux
......@@ -21,7 +22,8 @@ matrix:
packages:
- g++-5
env:
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
- CC=gcc-5
- CXX=g++-5"
python:
- "2.7"
- "3.6"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment