diff --git a/.travis.yml b/.travis.yml index 66a4893b..1de9ed98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,9 +20,12 @@ matrix: homebrew: packages: - astyle - - gcc@8 + - gcc before_install: - pip3 install -r requirements.txt + - export PATH="/usr/local/bin:$PATH" + - ln -s /usr/local/Cellar/gcc/8.3.0/bin/gcc-8 /usr/local/bin/gcc + - ln -s /usr/local/Cellar/gcc/8.3.0/bin/cpp-8 /usr/local/bin/cpp - gcc --version script: - "cd test && python3 -m nose --rednose --verbose"