Files
csharp/ci.sh
Sergio Sisternes abf67c39b7 Added Travis-CI Job
2017-07-16 22:09:26 +02:00

9 lines
106 B
Bash
Executable File

#!/usr/bin/env bash
# Exit on any error
set -e
# Execute Unit tests
cd tests
dotnet restore
dotnet xunit