Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updating .travis.yml for Mixpanel updates
  • Loading branch information
audaciouscode committed Jun 18, 2017
1 parent b95b02e commit 3fb161d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ before_install:
script:
- xcodebuild test -list -project 'PassiveDataKit.xcodeproj'
- set -o pipefail && travis_retry xcodebuild test -scheme 'PassiveDataKit' -project 'PassiveDataKit.xcodeproj' -destination 'platform=iOS Simulator,name=iPhone 6s,OS=10.2'
- xcodebuild -project 'PassiveDataKit.xcodeproj' | tee xcodebuild.log
- xcodebuild -project 'PassiveDataKit.xcodeproj' -scheme 'PassiveDataKit' | tee xcodebuild.log
- oclint-xcodebuild
- oclint-json-compilation-database
-e Mixpanel
Expand Down

0 comments on commit 3fb161d

Please sign in to comment.