summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2017-07-04 14:09:42 +0200
committerGitHub <[email protected]>2017-07-04 14:09:42 +0200
commitc71c935ad1f00e4bdfb4f3968813281f20f07bab (patch)
treeb8d60d9340f7f2f815441d91e4a3eba08585af1c /.travis.yml
parentdaee43b89171725a719f0bafebbb348d855156fe (diff)
parentbcf8c1bf404bf56537882fd65f5b0c95c924b19d (diff)
Merge pull request #387 from libgit2/cmn/remote-refs
remote: add keep-alive and references to the repository
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f3b8b46..6131e6d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,8 @@
language: go
go:
- - 1.5
- - 1.6
- 1.7
+ - 1.8
- tip
script: make test-static