Skip to content
This repository was archived by the owner on Oct 29, 2018. It is now read-only.

Commit 79da675

Browse files
committed
CI: Run tests during CI
1 parent 7060f33 commit 79da675

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ sudo: false
66

77
script:
88
- |
9+
set -eo pipefail
10+
11+
dotnet test HttpClientMiddleware.Tests/HttpClientMiddleware.Tests.csproj
12+
913
version=2.0.0
1014
if [ -z "$TRAVIS_TAG" ]; then
1115
version="$version-pre${TRAVIS_BUILD_NUMBER}"

0 commit comments

Comments
 (0)