summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Fuhrmannek2016-10-10 17:31:21 +0200
committerBen Fuhrmannek2016-10-10 17:31:21 +0200
commit5c22381c370afbb97933a38b0c5b62b49b287923 (patch)
tree68343874f08108dd6208eb87c2094ad3cdaad0a5
parent43c8f5d31aa431a42bc25fa265b506891f7923fc (diff)
use gcc without specific version
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8def438..86b9f92 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ php:
7 - 5.4 7 - 5.4
8 8
9env: 9env:
10 - CC=gcc-4.8 CFLAGS="" 10 - CC=gcc CFLAGS=""
11 - CC=clang CFLAGS="" 11 - CC=clang CFLAGS=""
12 12
13before_install: 13before_install: