Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steffendsommer authored Oct 4, 2017
1 parent d8ec144 commit fec21c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ before_install:
brew install vapor;

script:
- set -o pipefail
- swift build
- swift build -c release
- swift package generate-xcodeproj --enable-code-coverage
- xcodebuild -scheme Flash -enableCodeCoverage YES test
- xcodebuild -scheme Flash -enableCodeCoverage YES test | xcpretty

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit fec21c4

Please sign in to comment.