Browse Source

CI: test on 1.11 and 1.12, use modules

pull/44/head
Daniel Martí 7 years ago
parent
commit
692809c042
  1. 10
      .travis.yml

10
.travis.yml

@ -1,17 +1,13 @@
language: go
go:
- 1.9.x
- 1.10.x
go_import_path: mvdan.cc/fdroidcl
- 1.11.x
- 1.12beta2
env:
- GO11MODULE=on
- GO111MODULE=on
install: true
script:
- go get -t -d ./...
- go build ./...
- go test ./...

Loading…
Cancel
Save