We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99bab6 commit 3343631Copy full SHA for 3343631
1 file changed
.travis.yml
@@ -1,7 +1,7 @@
1
# Travis-CI Build for libgit2sharp
2
# see travis-ci.org for details
3
4
-language: c
+language: csharp
5
6
os:
7
- osx
@@ -22,7 +22,6 @@ install: ./CI/travis.${TRAVIS_OS_NAME}.install.deps.sh
22
23
# Build libgit2, LibGit2Sharp and run the tests
24
script:
25
- - nuget restore
26
- ./build.libgit2sharp.sh 'LEAKS_IDENTIFYING'
27
28
# Only watch the development branch
0 commit comments