Tweak the travis file
authorAbhishek Chanda <abhishek.becs@gmail.com>
Thu, 25 Feb 2016 06:32:08 +0000 (22:32 -0800)
committerAbhishek Chanda <abhishek.becs@gmail.com>
Thu, 25 Feb 2016 06:32:08 +0000 (22:32 -0800)
- Build against more versions of Go
- Explicitely specify go versions

.travis.yml

index ba206fd..34249a2 100644 (file)
@@ -1,14 +1,15 @@
 language: go
-matrix:
-  include:
-    - go: 1.4
-      env: TOOLS_CMD=golang.org/x/tools/cmd
+
+go:
+  - 1.4
+  - 1.5.3
+  - 1.6
+
+env:
+  - TOOLS_CMD=golang.org/x/tools/cmd
 
 install:
  - go get ${TOOLS_CMD}/vet
 
 script:
  - ./test
-
-notifications:
-  email: false