Skip to content

Commit

Permalink
Report the compiler on the travis page as gcc
Browse files Browse the repository at this point in the history
This is a purely cosmetic change, we override the compiler internally
anyway.
  • Loading branch information
m-kuhn committed Jun 4, 2016
1 parent f04298f commit dd8ce36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -15,7 +15,7 @@ matrix:
apt: true
directories:
- $HOME/.ccache
compiler: clang
compiler: gcc
addons:
postgresql: "9.4"
apt:
Expand Down Expand Up @@ -69,7 +69,7 @@ matrix:
apt: true
directories:
- $HOME/.ccache
compiler: clang
compiler: gcc
python: "3.3"
addons:
postgresql: "9.4"
Expand Down

0 comments on commit dd8ce36

Please sign in to comment.