Skip to content

Commit

Permalink
Add travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KyoheiG3 committed Jul 22, 2018
1 parent 96c67cc commit 44ac6b7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: objective-c
os: osx
osx_image: xcode9.3
before_install:
- gem install xcpretty
before_script:
- set -o pipefail
script:
- xcodebuild test -project ./Matcha.xcodeproj -scheme MatchaTests -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=11.3,name=iPhone 7' | xcpretty -c
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
email: false

0 comments on commit 44ac6b7

Please sign in to comment.