Skip to content

Commit

Permalink
travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Jun 23, 2020
1 parent a5456c8 commit 7105b16
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: csharp
dist: trusty
mono: none
dotnet: 2.0.0
solution: "./src/DotNetStac.sln"
install:
- dotnet restore src/
script:
- dotnet build src/
- dotnet test src/DotNetStac.Test

0 comments on commit 7105b16

Please sign in to comment.