Skip to content

Commit

Permalink
Add linux_swift_4.1 job to CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
norio-nomura committed Apr 8, 2018
1 parent 133cef8 commit 82ef0d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ jobs:
- checkout
- run: swift test --parallel

linux_swift_4.1:
docker:
- image: norionomura/swift:41
steps:
- checkout
- run: swift test --parallel

workflows:
version: 2
workflow:
Expand All @@ -66,3 +73,4 @@ workflows:
- xcode_9
- cocoapods
- linux_swift_4
- linux_swift_4.1

0 comments on commit 82ef0d1

Please sign in to comment.