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

Commit

Permalink
fix pilosa server line
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Sep 11, 2017
1 parent d5e88ff commit 236a5e4
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 @@ -6,7 +6,7 @@ go:
sudo: required
group: deprecated-2017Q2
before_install:
- curl -o pilosa https://storage.googleapis.com/pilosa/pilosa-sumreduce && chmod +x pilosa && ./pilosa
- curl -o pilosa https://storage.googleapis.com/pilosa/pilosa-sumreduce && chmod +x pilosa && ./pilosa server
- go get github.com/mattn/goveralls
- go get -u github.com/golang/dep/cmd/dep
addons:
Expand Down

0 comments on commit 236a5e4

Please sign in to comment.