diff options
| author | Carlos MartÃn Nieto <[email protected]> | 2017-07-04 14:09:42 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-04 14:09:42 +0200 |
| commit | c71c935ad1f00e4bdfb4f3968813281f20f07bab (patch) | |
| tree | b8d60d9340f7f2f815441d91e4a3eba08585af1c /.travis.yml | |
| parent | daee43b89171725a719f0bafebbb348d855156fe (diff) | |
| parent | bcf8c1bf404bf56537882fd65f5b0c95c924b19d (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.yml | 3 |
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 |
