Skip to content

Commit

Permalink
Fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
horitaku46 committed Sep 27, 2018
1 parent b1648a2 commit 4367fef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ os: osx
osx_image: xcode10
before_install:
- gem install xcpretty
before_script:
- set -o pipefail
script:
- swift build
- swift test
- swift test 2>&1 | xcpretty
notifications:
email: false

0 comments on commit 4367fef

Please sign in to comment.