We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1682a06 commit 567edb0Copy full SHA for 567edb0
.travis.yml
@@ -0,0 +1,10 @@
1
+language: csharp
2
+mono: none
3
+dotnet: 2.0.0
4
+
5
+install:
6
+- dotnet restore
7
8
+script:
9
+ - cd FileContextCore
10
+ - dotnet build --configuration Release
0 commit comments