Skip to content

Commit

Permalink
Merge pull request #124 from dmiluski/feature/TravisCIIntegration
Browse files Browse the repository at this point in the history
Travis CI
  • Loading branch information
dmiluski authored Apr 19, 2018
2 parents 59adc3b + fac2bc3 commit 5985f4f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: swift
osx_image: xcode9.3
xcode_project: Static.xcodeproj

script: xcodebuild -scheme "$TRAVIS_XCODE_SCHEME" -sdk "$TRAVIS_XCODE_SDK" -destination "$DESTINATION" test

matrix:
include:
- xcode_scheme: Static-iOS
xcode_sdk: iphonesimulator
env:
- DESTINATION="OS=10.1,name=iPhone 7 Plus"

0 comments on commit 5985f4f

Please sign in to comment.