Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobethX authored Jan 25, 2018
1 parent 711a9ef commit 26662c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ language: csharp
solution: Patcher.sln
before_install:
- cd Patcher
- pip install --user cpp-coveralls
install:
script:
- xbuild /p:Configuration=Release Patcher.sln
after_success:
- coveralls --exclude lib --exclude tests --gcov-options '\-lp'

0 comments on commit 26662c7

Please sign in to comment.