Skip to content

Commit

Permalink
Merge pull request #7 from emvakar/travis-ci
Browse files Browse the repository at this point in the history
run tests on travis
  • Loading branch information
emvakar authored Mar 27, 2019
2 parents 69087b0 + f0a2752 commit fa5f3ec
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
Expand Up @@ -2,4 +2,4 @@ osx_image: xcode10.1
language: swift
xcode_sdk: iphonesimulator10.1
script:
- set -o pipefail && xcodebuild test -project Astrology\ Calculator.xcodeproj -scheme Astrology\ Calculator -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=10.1,name=iPhone 7' ONLY_ACTIVE_ARCH=NO | xcpretty -c --test --color
- set -o pipefail && xcodebuild test -project Astrology\ Calculator.xcodeproj -scheme Astrology\ CalculatorTests -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=10.1,name=iPhone 7' ONLY_ACTIVE_ARCH=NO | xcpretty -c --test --color

0 comments on commit fa5f3ec

Please sign in to comment.