We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9816063 commit 031a219Copy full SHA for 031a219
1 file changed
.travis.yml
@@ -8,7 +8,7 @@ go:
8
- "1.10"
9
10
before_install:
11
- - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then sudo apt-get install -y curl libcurl3 libcurl3-gnutls libcurl4-gnutls-dev; fi
+ # - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then sudo apt-get install -y curl libcurl3 libcurl3-gnutls libcurl4-gnutls-dev; fi
12
- sudo apt-get remove libssl-dev || true
13
- $GOPATH/src/github.com/git-time-metric/gtm/script/git2go-init.sh
14
- cd $GOPATH/src/github.com/libgit2/git2go
0 commit comments