0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-07-26 21:18:58 +02:00
gitea/vendor/gopkg.in/editorconfig/editorconfig-core-go.v1/.travis.yml

15 lines
180 B
YAML
Raw Normal View History

---
language: go
sudo: false
go:
- '1.8'
- '1.9'
- '1.10'
go_import_path: gopkg.in/editorconfig/editorconfig-core-go.v1
install:
- make installdeps
script:
- make test