Browse Source

Merge pull request #539 from appleboy/patch-2

Add 1.5 and 1.6 to TravisCI
Javier Provecho Fernandez 9 years ago
parent
commit
00b10c30a0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -2,7 +2,8 @@ language: go
 sudo: false
 go:
   - 1.4
-  - 1.4.2
+  - 1.5
+  - 1.6
   - tip
 
 script: