Added Travis-CI Job

This commit is contained in:
Sergio Sisternes
2017-07-16 22:09:26 +02:00
parent e89ef57075
commit abf67c39b7
2 changed files with 20 additions and 0 deletions

11
.travis.yml Normal file
View File

@@ -0,0 +1,11 @@
language: csharp
solution: tests/tests.csproj
sudo: required
matrix:
include:
- dotnet: 1.0.4
mono: none
dist: trusty
script:
- ./ci.sh

9
ci.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
# Exit on any error
set -e
# Execute Unit tests
cd tests
dotnet restore
dotnet xunit