Skip to content

Commit

Permalink
configure travis to build in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacques Kang committed Jan 8, 2018
1 parent 4fa27ff commit 63404e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ sudo: required
script:
- cd ./src
- dotnet restore
- dotnet build
- dotnet build --configuration Release
- dotnet test JKang.IpcServiceFramework.Core.Tests

0 comments on commit 63404e3

Please sign in to comment.