diff --git a/circle.yml b/circle.yml deleted file mode 100644 index 85208fa..0000000 --- a/circle.yml +++ /dev/null @@ -1,11 +0,0 @@ -machine: - xcode: - version: 10.2.0 - environment: - LANG: en_US.UTF-8 -dependencies: - override: - - echo "Skipping CocoaPods Specs install." -test: - override: - - cd Demo ; xcodebuild -workspace 'Demo.xcworkspace' -scheme 'Demo' -configuration 'Debug' -sdk iphonesimulator -destination 'name=iPhone 6s' build test | xcpretty -c