summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-01-27 15:57:01 -0500
committerJoel Fischer <joeljfischer@gmail.com>2016-01-27 15:57:30 -0500
commit1c1ce660b5ce2e2fdeda945e5b80558687dddddb (patch)
treec39e638bacc371107049a661adf68fe49a910f4e
parent767a7538cd572fe54c9f8d8a46049bd4f30269fc (diff)
downloadsdl_ios-1c1ce660b5ce2e2fdeda945e5b80558687dddddb.tar.gz
Revert "Move travis.yml to fix carthage call"hotfix/travis_fixes
This reverts commit 767a7538cd572fe54c9f8d8a46049bd4f30269fc.
-rw-r--r--.travis.yml (renamed from SmartDeviceLink-iOS/.travis.yml)3
1 files changed, 2 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS/.travis.yml b/.travis.yml
index 5a1b016b9..035c47175 100644
--- a/SmartDeviceLink-iOS/.travis.yml
+++ b/.travis.yml
@@ -14,9 +14,10 @@ before_install:
before_script:
- cd SmartDeviceLink-iOS
- carthage bootstrap --platform ios
+ - cd ../
script:
- - 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
+ - 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
after_script:
- bash <(curl -s https://codecov.io/bash) \ No newline at end of file