Skip to content

Commit

Permalink
Up to date Travis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetienne committed Feb 10, 2019
1 parent e3d8d14 commit 26401bf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 26401bf

Please sign in to comment.