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

Commit

Permalink
Restored travis config, even if the integration tests will fail for t…
Browse files Browse the repository at this point in the history
…he current version of Pilosa.
  • Loading branch information
yuce committed Sep 19, 2017
1 parent 33df773 commit fa56539
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ go:
- master
sudo: required
group: deprecated-2017Q2
services:
- docker
before_install:
- curl -o ~/pilosa https://storage.googleapis.com/pilosa/pilosa-valueimport
- chmod +x ~/pilosa
- ~/pilosa server &
- sleep 5
- docker run -d -p 10101:10101 pilosa/pilosa:v0.6.0
- go get github.com/mattn/goveralls
- go get -u github.com/golang/dep/cmd/dep
addons:
Expand Down

0 comments on commit fa56539

Please sign in to comment.