A focused writing and publishing space. https://write.with.parts
 
 
 
 
writefreely/.travis.yml

9 lines
73 B

language: go
go:
- "1.13.x"
env:
- GO111MODULE=on
script: make ci