.travis.yml 86 B

123456789
  1. language: go
  2. sudo: false
  3. go:
  4. - 1.4
  5. install: go get -v -t ./...
  6. script: make test