Skip to content

Commit

Permalink
feat: add travis build support
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolae-lupei committed Feb 18, 2021
1 parent 5a9be34 commit 3c1c94b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: csharp
mono: none
dotnet: 5.0.103
dist: xenial
install:
- dotnet restore ./src/GraphQL.sln
script:
- dotnet build ./src/GraphQL.sln

0 comments on commit 3c1c94b

Please sign in to comment.