Skip to content

Commit

Permalink
Add strict option to SwiftLint
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Jul 10, 2018
1 parent 14cef1e commit f1b0623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ install:
- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
before_script:
- pod lib lint --allow-warnings
- swiftlint
- swiftlint --strict
matrix:
include:
- env: NAME=Xcode DESTINATION="platform=iOS Simulator,name=iPhone 8"
Expand All @@ -16,5 +16,5 @@ script:
then
xcodebuild test -project Crossroad.xcodeproj -scheme Crossroad -destination "${DESTINATION}"
else
swift test
swift test
fi

0 comments on commit f1b0623

Please sign in to comment.