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

Commit

Permalink
updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Sep 22, 2017
1 parent ee14a8a commit 5f4a6bc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ go:
- master
sudo: required
group: deprecated-2017Q2
services:
- docker
before_install:
- docker run -d -p 10101:10101 pilosa/pilosa:v0.6.0
- sudo apt-get update
- sudo apt-get install python-pip
- sudo pip install awscli
- aws s3 --no-sign-request cp s3://build.pilosa.com/pilosa-master-linux-amd64.tar.gz pilosa.tar.gz && tar xf pilosa.tar.gz
- ./pilosa-master-linux-amd64/pilosa server &
- go get github.com/mattn/goveralls
- go get -u github.com/golang/dep/cmd/dep
addons:
Expand Down

0 comments on commit 5f4a6bc

Please sign in to comment.