From 92d62d948c45f706320590d689fb2e8867a01fb1 Mon Sep 17 00:00:00 2001 From: Tomas Camin Date: Thu, 29 Dec 2022 12:18:51 +0100 Subject: [PATCH] Remove travis integration Tests cannot run since the require the server to be running --- .travis.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5b47e0f..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -# references: -# * http://www.objc.io/issue-6/travis-ci.html -# * https://github.com/supermarin/xcpretty#usage - -osx_image: xcode7.3 -language: objective-c -# cache: cocoapods -# podfile: Example/Podfile -# before_install: -# - gem install cocoapods # Since Travis is not always on latest version -# - pod install --project-directory=Example -script: -- set -o pipefail && xcodebuild test -workspace Example/SBTUITestTunnelHost.xcworkspace -scheme SBTUITestTunnelHost-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty -- pod lib lint