Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aporat authored Oct 9, 2018
1 parent 4d48a3e commit ec058bf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode9
language: swift
osx_image: xcode10
before_install:
- brew update
- brew install carthage || brew outdated carthage || brew upgrade carthage
Expand All @@ -8,6 +8,5 @@ install:
branches:
only:
- master
- feature/swift-3
script:
- set -o pipefail && xcodebuild build test -workspace Haneke.xcworkspace -scheme Haneke-iOS -destination 'platform=iOS Simulator,name=iPhone SE,OS=10.3.1' | xcpretty --color
- set -o pipefail && xcodebuild build test -workspace Haneke.xcworkspace -scheme Haneke-iOS -destination 'platform=iOS Simulator,name=iPhone X,OS=12.0' | xcpretty --color

0 comments on commit ec058bf

Please sign in to comment.