Skip to content

Commit dd8ce36

Browse files
committedJun 4, 2016
Report the compiler on the travis page as gcc
This is a purely cosmetic change, we override the compiler internally anyway.
1 parent f04298f commit dd8ce36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ matrix:
1515
apt: true
1616
directories:
1717
- $HOME/.ccache
18-
compiler: clang
18+
compiler: gcc
1919
addons:
2020
postgresql: "9.4"
2121
apt:
@@ -69,7 +69,7 @@ matrix:
6969
apt: true
7070
directories:
7171
- $HOME/.ccache
72-
compiler: clang
72+
compiler: gcc
7373
python: "3.3"
7474
addons:
7575
postgresql: "9.4"

0 commit comments

Comments
 (0)
Please sign in to comment.