選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.travis.yml 180B

1234567891011121314
  1. ---
  2. language: go
  3. sudo: false
  4. go:
  5. - '1.8'
  6. - '1.9'
  7. - '1.10'
  8. go_import_path: gopkg.in/editorconfig/editorconfig-core-go.v1
  9. install:
  10. - make installdeps
  11. script:
  12. - make test