Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Use a custom pilosa server
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Sep 15, 2017
1 parent 8fe6a9b commit 33df773
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ go:
sudo: required
group: deprecated-2017Q2
before_install:
- curl -o pilosa https://storage.googleapis.com/pilosa/pilosa-sumreduce && chmod +x pilosa && ./pilosa server &
- curl -o ~/pilosa https://storage.googleapis.com/pilosa/pilosa-valueimport
- chmod +x ~/pilosa
- ~/pilosa server &
- sleep 5
- go get github.com/mattn/goveralls
- go get -u github.com/golang/dep/cmd/dep
addons:
Expand Down

0 comments on commit 33df773

Please sign in to comment.