diff options
| author | Dave Collins <[email protected]> | 2013-11-16 21:33:05 -0600 |
|---|---|---|
| committer | Dave Collins <[email protected]> | 2013-11-16 21:33:05 -0600 |
| commit | 4d8bf045f7b17db59ceb0d3e037ce53d1a1225b0 (patch) | |
| tree | 1e658eb597486600b0b51a0e34c6ab6c0cfdce3c | |
| parent | 67dc83c7e5d088a32e57484e01f9b7e68752288e (diff) | |
Require Go 1.1 for TravisCI.
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4f2ee4d..2379c61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,2 @@ language: go +go: 1.1 |
