Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
591 B
34 lines
591 B
sudo: required |
|
language: cpp |
|
os: |
|
- linux |
|
- osx |
|
script: |
|
- ./travis.sh $CONFIG |
|
env: |
|
- CONFIG=cpp |
|
- CONFIG=cpp_distcheck |
|
- CONFIG=csharp |
|
- CONFIG=java_jdk6 |
|
- CONFIG=java_jdk7 |
|
- CONFIG=java_oracle7 |
|
- CONFIG=javanano_jdk6 |
|
- CONFIG=javanano_jdk7 |
|
- CONFIG=javanano_oracle7 |
|
- CONFIG=python |
|
- CONFIG=python_cpp |
|
- CONFIG=ruby19 |
|
- CONFIG=ruby20 |
|
- CONFIG=ruby21 |
|
- CONFIG=ruby22 |
|
- CONFIG=jruby |
|
matrix: |
|
allow_failures: |
|
- os: osx |
|
env: CONFIG=csharp |
|
- os: osx |
|
env: CONFIG=ruby22 |
|
- os: osx |
|
env: CONFIG=jruby |
|
notifications: |
|
email: false
|
|
|