We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 692dcdd commit 5c363e9Copy full SHA for 5c363e9
1 file changed
.travis.yml
@@ -7,16 +7,7 @@ os:
7
go:
8
- 1.6
9
10
-addons:
11
- apt:
12
- packages:
13
- - libssh2-1-dev
14
-
15
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
20
- go get -d github.com/libgit2/git2go
21
- cd $GOPATH/src/github.com/libgit2/git2go
22
- git checkout next
0 commit comments