浏览代码

[CircleCI] Add Swift 4.0 and 4.1 jobs

Norio Nomura 6 年之前
父节点
当前提交
a8cff03fd9
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      .circleci/config.yml

+ 6 - 0
.circleci/config.yml

@@ -31,6 +31,12 @@ workflows:
   workflow:
     jobs:
       - xcode_codecov
+      - test_with_image:
+          name: linux_swift_4.0
+          image: norionomura/swift:4.0
+      - test_with_image:
+          name: linux_swift_4.1
+          image: norionomura/swift:4.1
       - test_with_image:
           name: linux_swift_4.2
           image: norionomura/swift:4.2