summaryrefslogtreecommitdiff
path: root/.travis.yml
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 /.travis.yml
parentd937a80656cc91fe53f47d005046cda83fc8da8d (diff)
downloadsdl_ios-767a7538cd572fe54c9f8d8a46049bd4f30269fc.tar.gz
Move travis.yml to fix carthage call
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 0262d35e9..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-language: objective-c
-osx_image: xcode7.1
-
-notifications:
- email: false
-
-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"
-
-before_script:
- - 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
-
-after_script:
- - bash <(curl -s https://codecov.io/bash) \ No newline at end of file