From 26401bf452384f07ea72f92cf46b30425ae12ea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-E=CC=81tienne?= Date: Sun, 10 Feb 2019 13:52:44 +1100 Subject: [PATCH] Up to date Travis setup --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a3c2760..3481799 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,20 +1,17 @@ # Travis CI config for AssetResizer language: swift -osx_image: xcode8.3 +osx_image: xcode10.1 xcode_project: AssetResizer.xcodeproj env: global: - - PROJECT=AssetResizer.xcodeproj - SCHEME=AssetResizer - - SDK=macosx10.12 - - DESTINATION="arch=x86_64" script: - set -o pipefail - xcodebuild -version - xcodebuild -showsdks - - xcodebuild -project "$PROJECT" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty -c; + - xcodebuild -scheme "$SCHEME" test | xcpretty -c; after_success: - bash <(curl -s https://codecov.io/bash)