aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-01-22 21:31:44 +0200
committerGitHub <noreply@github.com>2019-01-22 21:31:44 +0200
commit16c3d335797eb985ddf57da7d3bf36851064bd7c (patch)
treea2157d43510eab84cd3ef86f26476f97c00a1dc1 /.travis.yml
parentd624023ca376b27a467b1cd54c3992a7e1d862ab (diff)
Use Go 1.11 in CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 47aae08..d00be5d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: go
go_import_path: maunium.net/go/gomuks
go:
- - "1.10"
+ - "1.11"
notifications:
email: false
install: