Skip to content

Commit

Permalink
Removing sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Souza committed Mar 15, 2017
1 parent 9e55516 commit a7474b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: go
go:
- 1.7.3

sudo: required
sudo: false

services:
- docker
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ setup:
@glide install

setup-ci:
@sudo add-apt-repository -y ppa:masterminds/glide && sudo apt-get update
@sudo apt-get install -y glide
@go get -v github.com/Masterminds/glide
@go get github.com/mattn/goveralls
@glide install

Expand Down

0 comments on commit a7474b9

Please sign in to comment.