.travis.yml 134 B

123456789101112
  1. go_import_path: github.com/thecodeteam/goscaleio
  2. language: go
  3. go:
  4. - 1.8.3
  5. - 1.9.1
  6. os:
  7. - linux
  8. install: true
  9. script: go build