Skip to content

Commit

Permalink
Move to 16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
hwchiu committed Jul 24, 2018
1 parent 5d84e36 commit 50e9717
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ sudo: required
services:
- docker

dist: xenial

go:
- "1.10.x"

Expand All @@ -30,6 +32,7 @@ before_script:
- sudo mount --make-rshared /
# Make /sys mounted as rshared to support cadvisor
- sudo mount --make-rshared /sys
- sudo mount --make-rshared /var/run
# # Download kubectl, which is a requirement for using minikube.
- curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.9.0/bin/linux/amd64/kubectl && chmod +x kubectl && sudo mv kubectl /usr/local/bin/
# # Download minikube.
Expand Down

0 comments on commit 50e9717

Please sign in to comment.