Skip to content
This repository was 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 726e725 commit b629456
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ before_install:
brew tap vapor/tap;
brew update;
brew install vapor;
brew install cmysql;
gem install xcpretty;

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

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

0 comments on commit b629456

Please sign in to comment.