Skip to content

Commit b4ce6eb

Browse files
committed
Use only g++ compiler
1 parent 775d454 commit b4ce6eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ sudo: required
66
# Use C++ build environment.
77
language: cpp
88

9-
# Creates a matrix build job to build the product with the different compilers.
9+
# Protobuf requires g++ (see https://github.com/google/protobuf/blob/master/src/README.md)
1010
compiler:
11-
- clang
1211
- gcc
1312

1413
# Cache dependencies to speed up the build.

0 commit comments

Comments
 (0)