Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 53b9a3a

Browse files
author
Florentin DUBOIS
committed
ci(travis): setup travis release
1 parent 51649bb commit 53b9a3a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.travis.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22
go:
33
- 1.7.x
4-
go_import_path: github.com/ovh/noderig
4+
go_import_path: github.com/ovh/fossil
55
before_install:
66
- go get github.com/Masterminds/glide
77
- go get github.com/alecthomas/gometalinter
@@ -10,3 +10,13 @@ script:
1010
- glide install
1111
- make lint
1212
- make
13+
deploy:
14+
provider: releases
15+
api_key:
16+
secure: dPUG3asAtp8OFJhKGxf/oI3W13zWe+OG82mrUuheE6QrxPFijvOyWw+LOkfJeTHENilBi+P5Zhk3kzUQv5hntPqqMa8Xqvs7buz/NLDZrzt7/V2O5eu0sIFtZJiXuhHN6bIhGEhOc95/7QD34nlBWaPOavluiLss7QfQAGLSvPG3cI5rN4MOez7kDe61Pro4Znz/VEiet3tNQq8BbARMNmLJLwN12cab/VUijiA9YAsOPLCRArWBegGuXh87Hhq/y/+jj48Q5Ukky7fg6TvcJQM5e4BIe3HEX0AL8YG5jwbxwnR+bwUVGBIWw35aBjJy6Va05suRl5xv3Lf/7KUZCoyC0pogJWN/OCAWJkteEOkXMDJ6940V7OgimR3U11XsbNQpIsg/tNgKqiRCWPID5anWI1Jmm/KKsBqZHOQRyEQgFjAqOGvwTLI4XNbI/ciGFK+OKEaW51sAGPmITQ3Xy5/Jd/N9Mc9CAsJvVUXEOI6XEuVRWdTh9wnGLWt9zHVRyUTJL+6MOyfNR7tClAc0ROwfm6YpEZVBuG4scM2X0RYFeAOk8jf6MDPjAnaTUWCXGYZ63Lq+Z9GJEmWWGn3lxOARuTyxlXU4BAxBL8lEIVc3FL7fuRYtFsejI1pqHsdaSLkji/B9ZnYvnReinmlfqSzwYcZXeoRJgoxbJh5UMRc=
17+
file: build/fossil
18+
skip_cleanup: true
19+
on:
20+
repo: ovh/fossil
21+
branch: master
22+
tags: true

0 commit comments

Comments
 (0)