Skip to content

Commit

Permalink
Merge pull request #1000 from marcelofabri/swift-3.0.2
Browse files Browse the repository at this point in the history
Updates docker image to use Swift 3.0.2
  • Loading branch information
marcelofabri authored Dec 18, 2016
2 parents af77a63 + f722f76 commit 5e24a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Swift 3. This requires `libsourcekitdInProc.so` to be built and located in
`/usr/lib`, or in another location specified by the `LINUX_SOURCEKIT_LIB_PATH`
environment variable. A preconfigured Docker image is available on Docker Hub
by the ID of `norionomura/sourcekit:301`.
by the ID of `norionomura/sourcekit:302`.
[JP Simard](https://github.com/jpsim)
[Norio Nomura](https://github.com/norio-nomura)
[#732](https://github.com/realm/SwiftLint/issues/732)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ archive:
release: package archive portable_zip

docker_test:
docker run -v `pwd`:/SwiftLint norionomura/sourcekit:301 bash -c "cd /SwiftLint && swift test"
docker run -v `pwd`:/SwiftLint norionomura/sourcekit:302 bash -c "cd /SwiftLint && swift test"

# http://irace.me/swift-profiling/
display_compilation_time:
Expand Down

0 comments on commit 5e24a89

Please sign in to comment.