Skip to content

Commit

Permalink
Fix a few paths
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljfischer committed May 25, 2016
1 parent 21ac090 commit 9cbbe05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Expand Up @@ -7,17 +7,13 @@ notifications:
before_install:
- brew update
- brew outdated xctool || brew upgrade xctool
- curl -OlL "https://github.com/Carthage/Carthage/releases/download/0.11/Carthage.pkg"
- sudo installer -pkg "Carthage.pkg" -target /
- rm "Carthage.pkg"
- brew outdated carthage || brew upgrade carthage

before_script:
- cd SmartDeviceLink-iOS
- carthage bootstrap --platform ios
- cd ../

script:
- xctool -project SmartDeviceLink-iOS/SmartDeviceLink-iOS.xcodeproj -scheme SmartDeviceLink -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO RUN_CLANG_STATIC_ANALYZER=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES test
- xctool -project SmartDeviceLink-iOS.xcodeproj -scheme SmartDeviceLink -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO RUN_CLANG_STATIC_ANALYZER=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES test

after_script:
- bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion SmartDeviceLink-iOS.podspec
Expand Up @@ -8,7 +8,7 @@ s.license = { :type => "New BSD", :file => "LICENSE" }
s.author = { "SmartDeviceLink Team" => "joel@livio.io" }
s.platform = :ios, "6.0"
s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => s.version.to_s }
s.source_files = "SmartDeviceLink-iOS/SmartDeviceLink/*.{h,m}"
s.source_files = "SmartDeviceLink/*.{h,m}"
s.requires_arc = true

end

0 comments on commit 9cbbe05

Please sign in to comment.