Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.
Merged
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
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# TODO(mberlin): Travis will break this configuration on Sep 5, 2017.
# Moving off the container based infrastructure (sudo: required) may buy us more time.
# But we should move to Docker based tests eventually.
# See their announcement: https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming
dist: precise
# Use container-based infrastructure (see: http://docs.travis-ci.com/user/workers/container-based-infrastructure/).
sudo: false
language: go
go:
- 1.8
go_import_path: github.com/youtube/vitess
addons:
apt:
sources:
Expand Down