antlr/.travis/run-tests-swift.sh

5 lines
129 B
Bash
Raw Normal View History

#!/bin/bash
2016-11-23 04:55:47 +08:00
# only test swift as we develop on os x so likely well tested and its dog slow on travis
2016-11-28 02:22:18 +08:00
mvn -q -Dtest=swift.* test