diff --git a/.travis.yml b/.travis.yml index 226083c..788a38c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,10 @@ before_install: - brew update - if brew outdated | grep -qx carthage; then brew upgrade carthage; fi - travis_wait 35 carthage bootstrap --platform iOS -install: - - ./swiftlint.sh + script: - xcodebuild clean build -project Beethoven.xcodeproj -scheme "Beethoven-iOS" -sdk iphonesimulator | xcpretty && exit ${PIPESTATUS[0]} - xcodebuild test -project Beethoven.xcodeproj -scheme "Beethoven-iOS" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' | xcpretty && exit ${PIPESTATUS[0]} -- swiftlint + notifications: email: false