summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2018-02-08 14:20:45 -0500
committerJoe George <joe@zeroc.com>2018-02-08 14:20:45 -0500
commitff7d02f42ae9cd7ba65f2afdd1faab6c5ab6bf65 (patch)
tree526eb9baaf8fa9ac093896b95e3dd699416c6e10
parentFix bogus .NET Core check in Util.py (diff)
downloadice-ff7d02f42ae9cd7ba65f2afdd1faab6c5ab6bf65.tar.bz2
ice-ff7d02f42ae9cd7ba65f2afdd1faab6c5ab6bf65.tar.xz
ice-ff7d02f42ae9cd7ba65f2afdd1faab6c5ab6bf65.zip
Add csharp testing to Travis CI
-rw-r--r--.travis.yml3
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