Skip to content

Commit

Permalink
Merge pull request yourhead#4 from josh64x2/travis-config
Browse files Browse the repository at this point in the history
Add travis-ci configuration
  • Loading branch information
barijaona authored Jul 24, 2018
2 parents b6b9f27 + ad131a7 commit 8cce343
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: objective-c
osx_image: xcode9.4

jobs:
include:
# testing
- stage: build
script: xcodebuild -workspace default.xcworkspace -scheme MMTabBarView | xcpretty
# linting

0 comments on commit 8cce343

Please sign in to comment.