Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ language: go
go:
- 1.7.1

# let us have speedy Docker-based Travis workers
sudo: false
sudo: true

before_install:
# Symlink below is needed for Travis CI to work correctly on personal forks of libkv
Expand All @@ -13,6 +12,8 @@ before_install:
- go get github.com/mattn/goveralls
- go get github.com/golang/lint/golint
- go get github.com/GeertJohan/fgt
# ca-certificates is needed for wget to work properly
- sudo apt-get install ca-certificates

before_script:
- script/travis_consul.sh 0.6.3
Expand Down