diff options
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 561439e41c4..3a23163f314 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,9 @@ jobs: script: $DOCKER_RUN "cd cpp; make ${MAKEFLAGS} CONFIGS='shared cpp11-shared'; ${ALLTESTS}" env: comment=C++11 - <<: *test-staging + script: $DOCKER_RUN "${ALLTESTS} --filter=csharp" + env: comment=C# + - <<: *test-staging script: $DOCKER_RUN "${ALLTESTS} --filter=java" env: comment=Java - <<: *test-staging |