mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
70898082ef
https://docs.travis-ci.com/user/deployment#uploading-files-and-skip_cleanup Signed-off-by: Avelino <t@avelino.xxx>
18 lines
220 B
YAML
18 lines
220 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.x
|
|
|
|
sudo: false
|
|
|
|
install:
|
|
- go get -t -v ./...
|
|
- npm install netlify-cli -g
|
|
|
|
deploy:
|
|
provider: script
|
|
script: netlify deploy --dir=tmpl --prod
|
|
skip_cleanup: true
|
|
on:
|
|
branch: master
|