|
@@ -46,13 +46,17 @@ matrix:
|
|
|
# which doesn't work on OS X.
|
|
|
- os: osx
|
|
|
env: CONFIG=golang
|
|
|
- # The dotnet environment requires Ubuntu 14.04 or 16.04. This
|
|
|
- # configuration is effectively an "extra" one, outside the
|
|
|
- # autogenerated matrix.
|
|
|
include:
|
|
|
+ # The dotnet environment requires Ubuntu 14.04 or 16.04. This
|
|
|
+ # configuration is effectively an "extra" one, outside the
|
|
|
+ # autogenerated matrix.
|
|
|
- os: linux
|
|
|
env: CONFIG=csharp
|
|
|
dist: trusty
|
|
|
+ # This test is kept on travis because it doesn't play nicely with other
|
|
|
+ # tests on jenkins running in parallel.
|
|
|
+ - os: linux
|
|
|
+ env: CONFIG=cpp_distcheck
|
|
|
allow_failures:
|
|
|
# These currently do not work on OS X but are being worked on by @haberman.
|
|
|
- os: osx
|