Skip to content

Commit

Permalink
Add .travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
ssikira committed Nov 27, 2017
1 parent b61975a commit d2126b9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: objective-c
osx_image: xcode9.1
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
matrix:
- COMMAND="test-iOS"
- COMMAND="test-swift"
script:
- set -o pipefail
- xcodebuild -version
- xcodebuild -showsdks
- swift -version
- sh build.sh "$COMMAND"

0 comments on commit d2126b9

Please sign in to comment.