Skip to content

Commit

Permalink
Run CI on Swift 5.1 + Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelofabri committed Oct 8, 2019
1 parent 2dcaf3e commit 4c42d49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
* Make `toggle_bool` rule substitution correctable.
[MaxHaertwig](https://github.com/maxhaertwig)

* Support building with Swift 5.1 on Linux.
[Marcelo Fabri](https://github.com/marcelofabri)
[#2874](https://github.com/realm/SwiftLint/issues/2874)

#### Bug Fixes

* None.
Expand Down
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
matrix:
swift50:
containerImage: swift:5.0
swift51:
containerImage: swift:5.1
container: $[ variables['containerImage'] ]
steps:
- script: swift test --parallel
Expand Down

0 comments on commit 4c42d49

Please sign in to comment.