1
0
mirror of https://github.com/writeas/writefreely synced 2025-01-30 16:14:58 +01:00
writefreely/.travis.yml

10 lines
73 B
YAML
Raw Normal View History

2018-10-14 15:10:20 -04:00
language: go
go:
2020-01-07 16:27:25 -05:00
- "1.13.x"
2019-04-06 10:22:42 -04:00
env:
- GO111MODULE=on
script: make ci