.travis.yml 86 B

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