Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

travis: switch to container based test runs #3960

Merged
merged 5 commits into from Oct 20, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 7 additions & 6 deletions .travis.yml
@@ -1,7 +1,5 @@
sudo: required
dist: trusty
language: go
go:
go:
- 1.6

env:
Expand All @@ -13,9 +11,12 @@ git:
quiet: true

install:
- sudo apt-get update -qq
- sudo apt-get install -qq squashfs-tools xdelta3
- sudo apt-get install -qq gnupg1 || sudo apt-get install -qq gnupg
- true

script:
- ./run-checks --spread

addons:
apt:
packages:
- xdelta3