Skip to content

Commit

Permalink
build: specifying go get of goose lib before building the command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Dunn committed Sep 28, 2015
1 parent ab9ac80 commit d8151f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ before_install:
- export PATH=/home/travis/gopath/bin:$PATH

install:
- go get bitbucket.org/kellydunn/goose
- go install bitbucket.org/kellydunn/goose/cmd/goose
- go get github.com/erikstmartin/go-testdb

Expand Down

0 comments on commit d8151f8

Please sign in to comment.