You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 181B

1234567891011121314151617
  1. language: go
  2. go:
  3. - 1.10.x
  4. - 1.11.x
  5. go_import_path: mvdan.cc/xurls
  6. env:
  7. - GO111MODULE=on
  8. install: true
  9. script:
  10. - go get -t -d ./...
  11. - go build ./...
  12. - go test ./...