.travis.yml 93 B

12345678
  1. language: go
  2. go:
  3. - 1.9
  4. before_script:
  5. - go get -u github.com/mholt/caddy
  6. script: go test .