Skip to content

Commit

Permalink
Remove swiftlint from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Piergiuseppe Longo committed Mar 29, 2017
1 parent c97be67 commit e7b953a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ script:
- xcodebuild -version
- xcodebuild -showsdks
- xcodebuild -list
- brew update
- brew outdated xctool || brew upgrade swiftlint
- swiftlint version

# Build Framework in Debug and Run Tests if specified
- if [ $RUN_TESTS == "YES" ]; then
Expand All @@ -43,7 +40,3 @@ script:
xcodebuild -project "$PROJECT" -scheme "$EXAMPLE_SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty;
fi

# Run `pod lib lint` if specified
- if [ $POD_LINT == "YES" ]; then
pod lib lint;
fi

0 comments on commit e7b953a

Please sign in to comment.