Skip to content

Commit

Permalink
CI osx_image 11.2 -> 11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Toxblh committed Oct 18, 2019
1 parent f2e6959 commit 3f78bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: swift
xcode_project: MTMR.xcodeproj
xcode_scheme: UnitTests
osx_image: xcode11.2
osx_image: xcode11.1
install: gem install xcpretty
script: "xcodebuild test -project MTMR.xcodeproj -scheme 'UnitTests' | xcpretty -c && exit ${PIPESTATUS[0]}"

0 comments on commit 3f78bbe

Please sign in to comment.