Codebase list golang-github-weppos-publicsuffix-go / kali/latest .travis.yml
kali/latest

Tree @kali/latest (Download .tar.gz)

.travis.yml @kali/latestraw · history · blame

language: go

go:
  - "1.8"
  - "1.9"
  - "1.10"
  - "1.11"
  - "1.12"
  - "1.13"
  - tip

install:
  - make get-deps

script:
  - ./test.sh

after_success:
  - bash <(curl -s https://codecov.io/bash)