diff --git a/.travis.yml b/.travis.yml index e110d65..a17c506 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ env: - LANG=en_US.UTF-8 matrix: - COMMAND="test-iOS" - - COMMAND="test-swift" + - COMMAND="test-native" script: - set -o pipefail - xcodebuild -version diff --git a/build.sh b/build.sh index 0bc5439..80f7bcc 100644 --- a/build.sh +++ b/build.sh @@ -22,7 +22,7 @@ Usage: sh $0 command [Testing] test-iOS Run tests on iOS host - test-swift Run tests using `swift test` + test-native Run tests using `swift test` EOF }