You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.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