aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-08-17 14:49:40 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-08-17 15:05:59 +0800
commit2fab2b310b19d0865140a9527bb6f2d257318bfa (patch)
treef3164a15fff5bf205d794c9aaf8e145a038cfacc /.travis.yml
parentc2ac4465cd83b45bdfe520001fc2fe2dac6bae24 (diff)
downloadgo-tangerine-2fab2b310b19d0865140a9527bb6f2d257318bfa.tar
go-tangerine-2fab2b310b19d0865140a9527bb6f2d257318bfa.tar.gz
go-tangerine-2fab2b310b19d0865140a9527bb6f2d257318bfa.tar.bz2
go-tangerine-2fab2b310b19d0865140a9527bb6f2d257318bfa.tar.lz
go-tangerine-2fab2b310b19d0865140a9527bb6f2d257318bfa.tar.xz
go-tangerine-2fab2b310b19d0865140a9527bb6f2d257318bfa.tar.zst
go-tangerine-2fab2b310b19d0865140a9527bb6f2d257318bfa.zip
TravisCI: add Go 1.7 targets, bump PPA to 1.7 too
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
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: