Browse Source

build: add go1.8 and remove go1.5

fatedier 8 years ago
parent
commit
307b74cc13
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -2,9 +2,9 @@ sudo: false
 language: go
 
 go:
-    - 1.5.4
     - 1.6.4
-    - 1.7.4
+    - 1.7.5
+    - 1.8
 
 install:
     - make