aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Nigmatzianov <[email protected]>2017-05-02 08:24:33 +0200
committerAlbert Nigmatzianov <[email protected]>2017-05-02 08:24:33 +0200
commitaf3f9476f44af557ff112beb010dac5da672b6cc (patch)
tree523a86266c20a810da57e9b453fe79e43a142e09
parentf1d95a35e132e8a1868023a08932b14f0b8b8fcb (diff)
Update .travis.yml
-rw-r--r--.travis.yml21
1 files changed, 11 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 707bdc3..1970f95 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,18 +3,19 @@ sudo: false
language: go
go:
- - 1.6.3
- - 1.7.3
- - tip
+ - 1.6.3
+ - 1.7.3
+ - tip
matrix:
- allow_failures:
- - go: tip
+ allow_failures:
+ - go: tip
+
install:
- - go get github.com/golang/lint/golint
- - export PATH=$GOPATH/bin:$PATH
- - go install ./...
+ - go get github.com/golang/lint/golint
+ - export PATH=$GOPATH/bin:$PATH
+ - go install ./...
script:
- - verify/all.sh -v
- - go test ./...
+ - verify/all.sh -v
+ - go test ./...