Skip to content

Commit

Permalink
#1 Updating travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos21 committed Jun 17, 2018
1 parent aa19e2b commit 4afac25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ script:

# Compile with Xcode
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd Xcode ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild clean test -scheme Bluetooth-macOS -sdk macosx -enableCodeCoverage YES ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild clean build -scheme Bluetooth-iOS ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild clean test -scheme Pidgey-macOS -sdk macosx -enableCodeCoverage YES ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild clean build -scheme Pidgey-iOS ; fi

0 comments on commit 4afac25

Please sign in to comment.