Commit fec73a58 authored by Davis King's avatar Davis King

travis

parent a1235122
...@@ -31,11 +31,15 @@ matrix: ...@@ -31,11 +31,15 @@ matrix:
########### test with C++17 ######## ########### test with C++17 ########
- language: cpp - language: cpp
compiler: gcc-7 compiler: gcc
os: linux os: linux
env: env:
- VARIANT=test - VARIANT=test
- CXXFLAGS=-std=c++17 - CXXFLAGS=-std=c++17
# Need to set MATRIX_EVAL to set CC and CXX env vars. You would
# think you could just set them in the env area like any other, but
# travis is wonky about CC and CXX vars so you have to do it this way.
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
addons: addons:
apt: apt:
sources: sources:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment