From 2211036472470e2132bf99e119357e4d77e4d1a5 Mon Sep 17 00:00:00 2001 From: parrt Date: Tue, 22 Nov 2016 12:55:47 -0800 Subject: [PATCH] Test only swift on os x --- .travis/run-tests-macos.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.travis/run-tests-macos.sh b/.travis/run-tests-macos.sh index 9757e6391..d4230eebc 100755 --- a/.travis/run-tests-macos.sh +++ b/.travis/run-tests-macos.sh @@ -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