Skip to content

Commit b295cfb

Browse files
committed
Updating travis build such that it can correctly pull down the goose migration command line tool
1 parent c9a355c commit b295cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ before_install:
55
- export PATH=/home/travis/gopath/bin:$PATH
66

77
install:
8-
- go get bitbucket.org/liamstask/goose
8+
- go get bitbucket.org/liamstask/goose/cmd/goose
99
- go get github.com/erikstmartin/go-testdb
1010

1111
env:

0 commit comments

Comments
 (0)