.travis.yml 92 B

123456789
  1. language: go
  2. go:
  3. - 1.4
  4. - 1.5
  5. - 1.6
  6. - tip
  7. go_import_path: gopkg.in/yaml.v2