Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Michannne patch 1 (#15) (#17)
* Add travis config file

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml
  • Loading branch information
Michannne authored May 3, 2019
commit 0b7f154ca12872e504ce6a60e75921e9f59a5f04
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: csharp
solution: GraphQL-Core.sln
mono: none
sudo: required
dist: xenial
dotnet: 2.2
script:
- dotnet restore
- dotnet build
- dotnet test