diff options
| author | Carlos MartÃn Nieto <[email protected]> | 2016-08-27 21:02:47 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-08-27 21:02:47 +0200 |
| commit | e1467c0641eaf7d3f3c9f5df87b0453747c46ad8 (patch) | |
| tree | f1800920846b36d1f302028c015ff027fe8eb60a /.travis.yml | |
| parent | 0703dae9b29c1c47d67f2388342b7a0bc87f55b8 (diff) | |
| parent | 5c678353faa4f180ee4ad8a5e58ca71e093cf757 (diff) | |
Merge pull request #337 from libgit2/cmn/go16-blob-pointer
Work around the finnicky 1.6 CGo pointer checks
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f796389..79ad168 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,8 @@ go: - 1.3 - 1.4 - 1.5 + - 1.6 + - 1.7 - tip matrix: |
