diff --git a/.travis.yml b/.travis.yml index c5c2ee8..f31a12d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,4 @@ notifications: email: on_success: never script: - - xcodebuild clean test -workspace PainlessInjection/PainlessInjection.xcworkspace -scheme PainlessInjection -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty -after_success: - - pod lib lint --allow-warnings; \ No newline at end of file + - xcodebuild clean test -workspace PainlessInjection/PainlessInjection.xcworkspace -scheme PainlessInjection -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty \ No newline at end of file