Browse Source

update .travis.yml

pull/276/head
Alexandr Razumov 9 years ago
parent
commit
a2bb5a34fd
  1. 5
      .travis.yml

5
.travis.yml

@ -1,7 +1,8 @@
sudo: false sudo: false
language: go language: go
go:
go:
- 1.5 - 1.5
- 1.6
- tip - tip
before_install: before_install:
@ -9,6 +10,6 @@ before_install:
install: install:
- go get ./go/... - go get ./go/...
script: script:
- go test ./go/... - go test ./go/...
Loading…
Cancel
Save