Skip to content

Commit

Permalink
Disable SwiftLint on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Oct 1, 2018
1 parent c8d71b7 commit 7ff04f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ matrix:
- os: osx
language: objective-c
osx_image: xcode9.4
before_script: make lint
script: make test
env: JOB=CI_TEST
- os: osx
language: objective-c
osx_image: xcode9.4
before_script: make lint
script:
- make swiftpm_test
env: JOB=CI_TEST_SWIFTPM
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ bootstrap:
test: clean bootstrap
xcodebuild $(XCODEFLAGS) -configuration Release ENABLE_TESTABILITY=YES test

lint:
swiftlint --strict

clean:
$(RM) "$(INTERNAL_PACKAGE)"
$(RM) "$(OUTPUT_PACKAGE)"
Expand Down

0 comments on commit 7ff04f7

Please sign in to comment.