Updated travis.yml

This commit is contained in:
Amir Abbas
2017-02-07 12:07:59 +03:30
parent 4a6b25deac
commit ee1fa89747
+1 -3
View File
@@ -18,12 +18,10 @@ before_install:
- brew update
- brew outdated carthage || brew upgrade carthage
before_script:
script:
- set pipefail
- xcodebuild -version
- pod lib lint --quick
script:
- xcodebuild -project $PROJECTNAME.xcodeproj -scheme "$SCHEME" -sdk $SDK $ACTION ONLY_ACTIVE_ARCH=NO
# after_success: