Reenable SwiftFormat in .travis.yml (#88)

This commit is contained in:
Max Desiatov 2019-05-03 09:00:12 +01:00 committed by GitHub
parent 4e2f4ab154
commit 4b607e1072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -11,11 +11,10 @@ jobs:
osx_image: xcode10.2
language: swift
before_install:
# - brew update
# - brew install swiftformat
- brew install swiftformat
script:
# temporarily disabled due to Swift ABI issues on Xcode 10.2, Mojave 10.14.4
# - swiftformat --lint --verbose .
- swiftformat --lint --verbose .
- swiftlint
- &test
stage: test