.travis.yml 142 B

123456789
  1. language: go
  2. go:
  3. - 1.9
  4. before_script:
  5. - go get -u github.com/mholt/caddy
  6. - go get -u github.com/oschwald/maxminddb-golang
  7. script: go test .