Skip to content

Commit

Permalink
Updating osx_image
Browse files Browse the repository at this point in the history
  • Loading branch information
ranesr committed Jul 8, 2018
1 parent 4c4b9da commit db362c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
os: osx
language: swift
osx_image: xcode9
osx_image: xcode9.4

branches:
only:
- master

script:
- xcodebuild clean build test -project SwiftIcons.xcodeproj -scheme SwiftIcons -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone X,OS=11.0' CODE_SIGNING_REQUIRED=NO | xcpretty
- pod lib lint
- xcodebuild clean build test -project SwiftIcons.xcodeproj -scheme SwiftIcons -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone X,OS=11.4' CODE_SIGNING_REQUIRED=NO | xcpretty
- pod lib lint --verbose --no-clean

notifications:
email:
Expand Down

0 comments on commit db362c9

Please sign in to comment.