Skip to content

Commit

Permalink
use gcc without specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
bef committed Oct 10, 2016
1 parent 43c8f5d commit 5c22381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ php:
- 5.4

env:
- CC=gcc-4.8 CFLAGS=""
- CC=gcc CFLAGS=""
- CC=clang CFLAGS=""

before_install:
Expand Down

0 comments on commit 5c22381

Please sign in to comment.