Skip to content

Commit

Permalink
Update travis scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vadymmarkov committed Oct 25, 2016
1 parent 344ef23 commit e2a5232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ before_install:
- if brew outdated | grep -qx carthage; then brew upgrade carthage; fi
- travis_wait 35 carthage bootstrap --platform iOS
install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./swiftlint.sh; fi
- ./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]}
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then swiftlint; fi
- swiftlint
notifications:
email: false

0 comments on commit e2a5232

Please sign in to comment.