From 6a7779c076c8ec3ad5d9731d4861fd37613459e9 Mon Sep 17 00:00:00 2001 From: Said Sikira Date: Mon, 27 Nov 2017 14:59:48 +0100 Subject: [PATCH] Rename `test-swift` to `test-native` in build script --- .travis.yml | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }