diff --git a/.travis.yml b/.travis.yml index b66b6e5..7fbe466 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ matrix: include: - language: go - go: 1.9.x + go: 1.10.x notifications: email: diff --git a/README.md b/README.md index 787a1ab..f228b4e 100644 --- a/README.md +++ b/README.md @@ -141,8 +141,5 @@ faster but can lead to unbalanced skiplists. New skiplist parameters set to defaults, see function documentation. */ intersection := sl.IntersectionSimple(head, other) - - - ```