Skip to content

Commit

Permalink
Renamed travis builds 'gcc' -> 'GCC'
Browse files Browse the repository at this point in the history
Signed-off-by: Eugenio Angriman <eugenio.angriman@informatik.hu-berlin.de>
  • Loading branch information
angriman committed Jun 30, 2019
1 parent c9d0386 commit f11c992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ matrix:
update: true

# Test with sanitizers.
- name: "Linux, gcc 5.4: Core build, sanitizers"
- name: "Linux, GCC 5.4: Core build, sanitizers"
compiler: gcc
os: linux
dist: xenial
Expand All @@ -101,7 +101,7 @@ matrix:
- make -j2
- ctest -V

- name: "Linux, gcc 5: Coverage"
- name: "Linux, GCC 5: Coverage"
compiler: gcc
os: linux
dist: xenial
Expand Down

0 comments on commit f11c992

Please sign in to comment.