diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-04-15 23:36:53 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2017-04-15 23:36:53 +0200 |
commit | 1ab2e250673169e2e279af809539478993003673 (patch) | |
tree | eb917231ad108ff315f3e98dfa2178c75f6cbc2a /.travis.yml | |
parent | d02ef98f9300c0f95039a1e8e3c28d289049b80c (diff) | |
download | go-git-1ab2e250673169e2e279af809539478993003673.tar.gz |
travis: update
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 0266676..e527225 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ go: - 1.8 - tip +go_import_path: gopkg.in/src-d/go-git.v4 + env: - GIT_VERSION=master - GIT_VERSION=v1.9.3 @@ -33,10 +35,6 @@ before_install: - git config --global user.name "Travis CI" install: - - rm -rf $GOPATH/src/gopkg.in/src-d - - mkdir -p $GOPATH/src/gopkg.in/src-d - - ln -s $PWD $GOPATH/src/gopkg.in/src-d/go-git.v4 - - cd $GOPATH/src/gopkg.in/src-d/go-git.v4 - go get -v -t ./... script: |