From 7625cd5a586979fc182f6c7d0129dad6c9596f3d Mon Sep 17 00:00:00 2001 From: Yonas Kolb Date: Thu, 4 Oct 2018 20:33:43 +1000 Subject: [PATCH] remove Swift 4.1 from tests --- .circleci/config.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ec28cdfb..b589018d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,13 +1,5 @@ version: 2 jobs: - macOS_swift_4.1: - macos: - xcode: "9.3.0" - steps: - - checkout - - run: swift build - - run: swift test - - run: make build macOS_swift_4.2: macos: xcode: "10.0.0" @@ -19,5 +11,4 @@ workflows: version: 2 workflow: jobs: - - macOS_swift_4.1 - macOS_swift_4.2