Skip to content

Commit

Permalink
Rename test-swift to test-native in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ssikira committed Nov 27, 2017
1 parent d2126b9 commit 6a7779c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 6a7779c

Please sign in to comment.