diff --git a/.travis.yml b/.travis.yml index 5457667c..768036b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ os: - linux go: -- "1.10" -- "1.11" +- "1.10.x" +- "1.11.x" - master addons: @@ -59,4 +59,4 @@ jobs: - killall google-chrome-stable - stage: bench script: - - make bench \ No newline at end of file + - make bench