From 5622b3b863732f261a21e8afa258f4b5e2b87460 Mon Sep 17 00:00:00 2001 From: David Patterson Date: Wed, 17 Aug 2016 22:04:07 -0500 Subject: [PATCH] more mods. last one: lions barrage --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a8aa11a..2970043 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,6 @@ before_install: - gem install xcpretty --no-rdoc --no-ri --no-document --quiet -install: -- bundle install ... -- pod setup -- bundle exec pod install - script: - sudo 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