Previous update to Travis CI config didn't set CXX to custom value anymore

0.8
Bruno Van de Velde 2018-07-28 11:58:23 +02:00
parent fd47160117
commit a3490e7334
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
- $HOME/SFML-2.5.0_LINUX
script:
- chmod +x tests/travis_linux_tests.sh
- tests/travis_linux_tests.sh
- CXX=$COMPILER tests/travis_linux_tests.sh
after_success: bash <(curl -s https://codecov.io/bash) -x gcov-6 -a "-s /home/travis/build/texus/TGUI -pr"
- stage: Cross-platform tests
@ -44,7 +44,7 @@ jobs:
- $HOME/SFML_LINUX
script:
- chmod +x tests/travis_linux.sh
- tests/travis_linux.sh
- CXX=$COMPILER tests/travis_linux.sh
- name: Android
language: android