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

Commit

Permalink
try updating .travis.yml for dep
Browse files Browse the repository at this point in the history
jaffee committed Aug 21, 2017
1 parent a7c0e8d commit 3cc6100
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -9,12 +9,8 @@ services:
- docker
before_install:
- docker run -d -p 10101:10101 pilosa/pilosa:v0.6.0
- go get github.com/mattn/goveralls
- go get github.com/mattn/goveralls
- go get -u github.com/golang/dep/cmd/dep
addons:
apt:
sources:
- sourceline: 'ppa:masterminds/glide'
packages:
- glide
script:
- glide up && $HOME/gopath/bin/goveralls -service=travis-ci -ignore "internal/public.pb.go" -flags="-tags=integration"
- dep ensure && $HOME/gopath/bin/goveralls -service=travis-ci -ignore "internal/public.pb.go" -flags="-tags=integration"

0 comments on commit 3cc6100

Please sign in to comment.