diff options
author | Alberto Cortés <alcortesm@gmail.com> | 2016-08-05 11:34:18 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-08-05 11:34:18 +0200 |
commit | 324977662b99d6d106628d640db952306d1fd11c (patch) | |
tree | 2000458235a54bc4f48947cc433cbf2d46b87eae /.travis.yml | |
parent | 9ca0ca4f82a285eb87fafc54bfb23fad00f824ef (diff) | |
download | go-git-324977662b99d6d106628d640db952306d1fd11c.tar.gz |
add simple difftree implementation (#63)
* add simple difftree implementation
* strings.Compare needs at least go1.5
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ee769d2..45d4c4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: go go: - - 1.4 - 1.6 - tip |