| commit | 6adf8057edb8ba32e4fb69f0932778c5ba8e3079 | [log] [tgz] |
|---|---|---|
| author | Thomas Pelletier <pelletier.thomas@gmail.com> | Wed Jul 15 09:12:52 2015 -0700 |
| committer | Thomas Pelletier <pelletier.thomas@gmail.com> | Wed Jul 15 09:12:52 2015 -0700 |
| tree | 1d5b63be77e264b2cc1366e36777398b9e8f1cf1 | |
| parent | 6dd2de38a951b1c2391c8aa9368951cfb779bc67 [diff] |
Use the new Travis container infrastructure http://docs.travis-ci.com/user/migrating-from-legacy/#Why-migrate-to-container-based-infrastructure%3F
diff --git a/.travis.yml b/.travis.yml index 3b073b2..cdd30d2 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,5 +1,6 @@ language: go script: "./test.sh" +sudo: false go: - 1.1 - 1.2