Unverified Commit 9fc3f673 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Updates to use gcc7

parent 5f16033e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -14,9 +14,9 @@ matrix:
          sources:
            - ubuntu-toolchain-r-test
          packages:
            - g++-6
            - g++-7
      env:
        - MATRIX_EVAL="CXX=g++-6 && CC=gcc-6"
        - MATRIX_EVAL="CXX=g++-7 && CC=gcc-7"
    - os: osx
      osx_image: xcode9.4
      env: