summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-01-27 15:54:17 -0500
committerJoel Fischer <joeljfischer@gmail.com>2016-01-27 15:54:17 -0500
commit767a7538cd572fe54c9f8d8a46049bd4f30269fc (patch)
treee147ecd71a5cd5c1579c2191e0e984c93410fa00
parentd937a80656cc91fe53f47d005046cda83fc8da8d (diff)
downloadsdl_ios-767a7538cd572fe54c9f8d8a46049bd4f30269fc.tar.gz
Move travis.yml to fix carthage call
-rw-r--r--SmartDeviceLink-iOS/.travis.yml (renamed from .travis.yml)3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/SmartDeviceLink-iOS/.travis.yml
index 0262d35e9..5a1b016b9 100644
--- a/.travis.yml
+++ b/SmartDeviceLink-iOS/.travis.yml
@@ -12,10 +12,11 @@ before_install:
- rm "Carthage.pkg"
before_script:
+ - cd SmartDeviceLink-iOS
- carthage bootstrap --platform ios
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) \ No newline at end of file