.travis.yml 93 B

1234567
  1. language: go
  2. script:
  3. - go get -u github.com/golang/dep/cmd/dep
  4. - dep ensure
  5. - go test ./...