Skip to content

Commit ec3c905

Browse files
committed
Revert "do not install libcurl for linux"
This reverts commit 031a219.
1 parent 031a219 commit ec3c905

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ go:
88
- "1.10"
99

1010
before_install:
11-
# - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then sudo apt-get install -y curl libcurl3 libcurl3-gnutls libcurl4-gnutls-dev; fi
11+
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then sudo apt-get install -y curl libcurl3 libcurl3-gnutls libcurl4-gnutls-dev; fi
1212
- sudo apt-get remove libssl-dev || true
1313
- $GOPATH/src/github.com/git-time-metric/gtm/script/git2go-init.sh
1414
- cd $GOPATH/src/github.com/libgit2/git2go

0 commit comments

Comments
 (0)