From 22d3c0e071e1c79f8bd4eb3817691d95f42b694f Mon Sep 17 00:00:00 2001 From: David Patterson Date: Wed, 17 Aug 2016 21:29:50 -0500 Subject: [PATCH] minor edit to travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dad16da..59823de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,8 @@ before_install: - gem install xcpretty --no-rdoc --no-ri --no-document --quiet script: + - pod lib lint --no-clean - xcodebuild clean build test -project Validator.xcodeproj -scheme Validator -sdk iphonesimulator -destination "platform=iOS Simulator,OS=10.0,name=iPhone 6" -enableCodeCoverage YES CODE_SIGNING_REQUIRED=NO | xcpretty - - pod lib lint after_success: - bash <(curl -s https://codecov.io/bash) \ No newline at end of file