summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-03-05 17:26:14 +0100
committerJakob Unterwurzacher2017-03-05 17:43:23 +0100
commite6461634422e7713d1863b416934297a8f6c4244 (patch)
treeb49e0ed1a3ef97e1b08bed9939ff19ff872b76e2 /.travis.yml
parent874e4fb5e911cc3654b4bd314f3bef764aa39b74 (diff)
README: drop Go 1.4 compatability for gocryptfs v1.3
Also drop Go 1.4 from Travis CI and update other Go versions to latest point release.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 20fc6c4..11b0373 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,10 +6,9 @@ git:
# Build with the lastest versions of Go 1.4, 1.5, 1.6, 1.7
# See https://golang.org/dl/
go:
- - 1.4.3
- 1.5.4
- - 1.6.3
- - 1.7.1
+ - 1.6.4
+ - 1.7.5
- 1.8
install: