diff --git a/.travis.yml b/.travis.yml index d0d41d5..dd159d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ go: - "1.8.x" - "1.9.x" - "1.10.x" + - "1.11.x" - master before_install: @@ -14,4 +15,4 @@ script: # - go test -bench=. -benchmem=true -run=none ./... after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash <(curl -s https://codecov.io/bash)