diff --git a/.travis.yml b/.travis.yml index 1d3b8ce..a507d15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: objective-c -osx_image: xcode10 +osx_image: xcode10.3 env: global: @@ -20,4 +20,4 @@ script: - xcodebuild -workspace "$XCODE_WORKSPACE" -scheme "$SCHEME" -configuration Release clean build CODE_SIGN_IDENTITY="" BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO | xcpretty -c; notifications: - email: false \ No newline at end of file + email: false