summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2018-03-26 12:35:03 +0200
committerCarlos Martín Nieto <[email protected]>2018-03-26 12:35:03 +0200
commitbcb303ad1798b687267f4a2cdfa82b5bb3048d8a (patch)
tree0aacf7adff073537cdd61d6cc4e947bb465d1183
parent304d67b0fb5042f0df73e1868be543c9ecab1026 (diff)
travis: build against Go 1.10
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index dd9f97a..e99fb2b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ go:
- 1.7
- 1.8
- 1.9
+ - 1.10
- tip
script: make test-static