Test only swift on os x

This commit is contained in:
parrt 2016-11-22 12:55:47 -08:00
parent ace7758f6e
commit 2211036472
1 changed files with 1 additions and 7 deletions

View File

@ -1,10 +1,4 @@
#!/bin/bash
mvn -Dtest=java.* test
mvn -Dtest=csharp.* test
mvn -Dtest=python2.* test
mvn -Dtest=python3.* test
mvn -Dtest=node.* test
mvn -Dtest=go.* test
#mvn -Dtest=cpp.* test
# only test swift as we develop on os x so likely well tested and its dog slow on travis
mvn -Dtest=swift.* test