Skip to content

Commit 88d97b7

Browse files
committed
travis: go_import_path
1 parent 0cf5fc1 commit 88d97b7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,16 @@ go:
44
- 1.8
55
- tip
66

7+
go_import_path: gopkg.in/src-d/go-billy.v2
8+
79
matrix:
810
allow_failures:
911
- go: tip
1012

1113
install:
12-
- rm -rf $GOPATH/src/gopkg.in/src-d
13-
- mkdir -p $GOPATH/src/gopkg.in/src-d
14-
- ln -s $PWD $GOPATH/src/gopkg.in/src-d/go-billy.v2
15-
- cd $GOPATH/src/gopkg.in/src-d/go-billy.v2
1614
- go get -v -t ./...
1715

1816
script:
19-
- cd $GOPATH/src/gopkg.in/src-d/go-billy.v2
20-
- go test -v ./...
2117
- make test-coverage
2218

2319
after_success:

0 commit comments

Comments
 (0)