Skip to content

Commit

Permalink
travis: fix pilosa version installation to v0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Molina <[email protected]>
  • Loading branch information
erizocosmico committed Jul 24, 2018
1 parent 2984f6e commit 6623e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_install:

install:
- go get -u github.com/pilosa/go-pilosa
- cd "$GOPATH/src/github.com/pilosa/go-pilosa" && git checkout master && cd "$TRAVIS_BUILD_DIR"
- cd "$GOPATH/src/github.com/pilosa/go-pilosa" && git checkout v0.9.0 && cd "$TRAVIS_BUILD_DIR"
- make dependencies

script:
Expand Down

0 comments on commit 6623e36

Please sign in to comment.