Skip to content

Commit

Permalink
Restore Travis config, except for the sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
NickEntin committed Oct 19, 2020
1 parent 0743e5d commit 53a7eb3
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
before_script:
- bundle install
script:
- bundle exec pod repo update --silent
- bundle exec pod lib lint --verbose --fail-fast CoreAardvark.podspec
- bundle exec pod lib lint --verbose --fail-fast Aardvark.podspec
- xcodebuild -project Aardvark.xcodeproj -scheme Aardvark -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone SE" test

0 comments on commit 53a7eb3

Please sign in to comment.