1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-10 00:58:37 +00:00

upd travis-ci 10 to 11.2

This commit is contained in:
Toxblh 2019-10-17 18:27:44 +01:00
parent 820853d300
commit f2e6959b71

View File

@ -1,6 +1,6 @@
language: swift
xcode_project: MTMR.xcodeproj
xcode_scheme: UnitTests
osx_image: xcode10
osx_image: xcode11.2
install: gem install xcpretty
script: "xcodebuild test -project MTMR.xcodeproj -scheme 'UnitTests' | xcpretty -c && exit ${PIPESTATUS[0]}"