language: csharp
mono: none
dotnet: 2.0.0
dist: trusty
script:
- dotnet build
- cd OpenScraping.Tests
- dotnet test