aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ed30ed0..3c5021e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,11 @@ go:
- 1.5
- tip
-script:
+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.v1
- go get -v -t ./...
- - go test
+
+script:
+ - go test -v ./...