Skip to content

Commit 5c363e9

Browse files
committed
Do not install libssh2 to avoid dynamically linking and requiring it
1 parent 692dcdd commit 5c363e9

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,7 @@ os:
77
go:
88
- 1.6
99

10-
addons:
11-
apt:
12-
packages:
13-
- libssh2-1-dev
14-
1510
before_install:
16-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
17-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libssh2; fi
18-
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then apt-get -qq update; fi
19-
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then apt-get install -y libssh2-1-dev; fi
2011
- go get -d github.com/libgit2/git2go
2112
- cd $GOPATH/src/github.com/libgit2/git2go
2213
- git checkout next

0 commit comments

Comments
 (0)