diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-08-17 14:49:40 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-08-17 15:05:59 +0800 |
commit | 2fab2b310b19d0865140a9527bb6f2d257318bfa (patch) | |
tree | f3164a15fff5bf205d794c9aaf8e145a038cfacc /.travis.yml | |
parent | c2ac4465cd83b45bdfe520001fc2fe2dac6bae24 (diff) | |
download | dexon-2fab2b310b19d0865140a9527bb6f2d257318bfa.tar.gz dexon-2fab2b310b19d0865140a9527bb6f2d257318bfa.tar.zst dexon-2fab2b310b19d0865140a9527bb6f2d257318bfa.zip |
TravisCI: add Go 1.7 targets, bump PPA to 1.7 too
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index d0fd4b775..556397b0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,13 +12,16 @@ matrix: - os: linux dist: trusty go: 1.6.2 + - os: linux + dist: trusty + go: 1.7 - os: osx - go: 1.6.2 + go: 1.7 # This builder does the PPA upload (and nothing else). - os: linux dist: trusty - go: 1.6.2 + go: 1.7 env: PPA addons: apt: |