Skip to content

Commit 9816063

Browse files
committed
remove libssl for linux build - AGAIN
1 parent 4380a9b commit 9816063

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ go:
99

1010
before_install:
1111
- 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
1213
- $GOPATH/src/github.com/git-time-metric/gtm/script/git2go-init.sh
1314
- cd $GOPATH/src/github.com/libgit2/git2go
1415
- make install-static

0 commit comments

Comments
 (0)