Merge pull request #11 from sesispla/master

Added Travis-CI
This commit is contained in:
Brendan Burns
2017-07-18 22:38:54 -07:00
committed by GitHub
2 changed files with 19 additions and 0 deletions

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: csharp
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