Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
recreate the test target, comment travis test script
Browse files Browse the repository at this point in the history
  • Loading branch information
zigzagg16 committed Dec 11, 2017
1 parent e38488c commit e0fd9c6
Show file tree
Hide file tree
Showing 6 changed files with 180 additions and 90 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -3,11 +3,11 @@ osx_image: xcode9
xcode_project: CariocaMenu.xcodeproj
destination: 'platform=iOS Simulator,name=iPhone 7,OS=9'
sdk: iphonesimulator ONLY_ACTIVE_ARCH=NO
before_install:
- brew update
- brew install xctool
# before_install:
# - brew update
# - brew install xctool
script:
- xcodebuild -target CariocaMenu-iOS
- xcodebuild -target CariocaMenuDemo
- xctool -project CariocaMenu.xcodeproj -scheme CariocaMenu-iOS-Tests
after_success:
# - xctool -project CariocaMenu.xcodeproj -scheme CariocaMenuTests
# after_success:

0 comments on commit e0fd9c6

Please sign in to comment.