Skip to content

Commit

Permalink
Fix a minor issue on travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuki Nishiyama committed Aug 17, 2019
1 parent 15573fe commit f12f196
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 @@ -10,7 +10,7 @@ before_install:
- gem install cocoapods # Since Travis is not always on latest version
- pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/AWAREFramework.xcworkspace -scheme AWAREFramework-Example -sdk iphonesimulator12.2 ONLY_ACTIVE_ARCH=NO | xcpretty
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/ESense.xcworkspace -scheme ESense-Example -sdk iphonesimulator12.2 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint

#osx_image: xcode7.3
Expand Down

0 comments on commit f12f196

Please sign in to comment.