Browse Source

no longer build 1.3

Alan Shreve 9 years ago
parent
commit
de0f8ede2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -3,9 +3,9 @@ language: go
 script: make release-all
 install: true
 go: 
-    - 1.3
     - 1.4
     - 1.5
+    - 1.6
     - tip
 
 matrix: