We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775d454 commit b4ce6ebCopy full SHA for b4ce6eb
.travis.yml
@@ -6,9 +6,8 @@ sudo: required
6
# Use C++ build environment.
7
language: cpp
8
9
-# Creates a matrix build job to build the product with the different compilers.
+# Protobuf requires g++ (see https://github.com/google/protobuf/blob/master/src/README.md)
10
compiler:
11
- - clang
12
- gcc
13
14
# Cache dependencies to speed up the build.
0 commit comments