Skip to content

Commit

Permalink
fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Rymarz committed Apr 24, 2018
1 parent abd04b3 commit e2b90bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: swift
osx_image: xcode9.3
script: pod install
script: xcodebuild clean build -project Demo/Demo.xcodeproj -sdk iphonesimulator -scheme Demo
before_install:
- gem install cocoapods
- pod install
script: xcodebuild clean build -workspace Demo/Demo.xcworkspace -sdk iphonesimulator -scheme Demo

0 comments on commit e2b90bf

Please sign in to comment.