Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
Fix travis build to actually use gcc5
Browse files Browse the repository at this point in the history
  • Loading branch information
tcm-marcel committed Jun 20, 2018
1 parent bf7ff62 commit 29ba99e
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ matrix:
env:
# NAME has no actual use, just to make the travis jobs overview more clear
- NAME="gcc5 Debug/Tests/AddressSanitizer/Coveralls"
- CXX=g++-5
- CC=gcc-5
- PELOTON_BUILD_TYPE=Debug
- SANITIZER=Address
- COVERALLS=On
# set env variables manually
before_install:
- export CXX=g++-5
- export CC=gcc-5
- export PELOTON_BUILD_TYPE=Debug
- export SANITIZER=Address
- export COVERALLS=On

- os: linux
sudo: required
Expand All @@ -50,11 +52,13 @@ matrix:
env:
# NAME has no actual use, just to make the travis jobs overview more clear
- NAME="gcc5 Release/Tests/AddressSanitizer"
- CXX=g++-5
- CC=gcc-5
- PELOTON_BUILD_TYPE=Release
- SANITIZER=
- COVERALLS=Off
# set env variables manually
before_install:
- export CXX=g++-5
- export CC=gcc-5
- export PELOTON_BUILD_TYPE=Release
- export SANITIZER=
- export COVERALLS=Off

install:
# setup environment
Expand Down

0 comments on commit 29ba99e

Please sign in to comment.