Carlos Alexandro Becker
288a3ac781
chore: travis: set GO111MODULE=on on env
2018-10-30 23:50:55 -03:00
Carlos Alexandro Becker
cf2e529598
chore: travis: set GO111MODULE=on on env
2018-10-30 23:50:55 -03:00
Carlos Alexandro Becker
9500155274
fix: only decrypt on tags
2018-10-25 10:14:19 -03:00
Carlos Alexandro Becker
a9bae8d5d3
chore: push snap packages
2018-10-20 17:25:18 -03:00
Carlos Alexandro Becker
c6c4df6d1c
docs: deploy on tags only
2018-10-04 22:37:13 -03:00
Carlos Alexandro Becker
4639eaad02
chore: using go 1.11
2018-09-16 21:46:21 -03:00
Carlos Alexandro Becker
9d92da9e69
bump: go 1.10.3
2018-07-04 00:32:43 -07:00
Carlos Alexandro Becker
865c49d65c
fix: fail if dirty files
...
This will fail the build whenever it finishes with
a dirt index.
Closes #661
2018-05-01 21:02:18 -07:00
Carlos Alexandro Becker
13685f0234
docs: starting to re-work the docs site
2018-05-01 20:32:46 -07:00
Carlos Alexandro Becker
5a72317a01
chore: test for snap issue ( #596 )
...
chore: fix snap liblz4 on travis
2018-04-06 14:21:25 -03:00
Carlos Alexandro Becker
62cb6a8963
fix: back to last dpl
...
refs https://github.com/travis-ci/travis-ci/issues/9312
2018-03-12 14:19:04 -03:00
Carlos Alexandro Becker
45f4eb9f66
docs: deploy: downgrade dpl
...
refs https://github.com/travis-ci/travis-ci/issues/9312
2018-03-11 14:03:13 -03:00
Carlos Alexandro Becker
3866ac1ad7
Revert "chore: fix release on travis"
...
This reverts commit 7b77f76d84
.
2018-03-11 14:00:58 -03:00
Carlos Alexandro Becker
50f348fdc1
Revert "docs: deploy: debug deploy to pages"
...
This reverts commit cf861c4630
.
2018-03-11 14:00:52 -03:00
Carlos Alexandro Becker
f33fcc15b3
Revert "docs: deploy: wtf travis"
...
This reverts commit 038d8e0a0b
.
2018-03-11 14:00:46 -03:00
Carlos Alexandro Becker
038d8e0a0b
docs: deploy: wtf travis
2018-03-11 13:08:21 -03:00
Carlos Alexandro Becker
cf861c4630
docs: deploy: debug deploy to pages
2018-03-11 12:56:39 -03:00
Carlos Alexandro Becker
7b77f76d84
chore: fix release on travis
2018-03-10 14:54:37 -03:00
Carlos Alexandro Becker
76cfa61407
refactor: remove fpm in favor of nfpm ( #567 )
...
* refactor: remove fpm
* refactor: remove fpm
* refactor: .travis.yml
* chore: more cleanup
* chore: fix deploy
2018-02-26 18:49:58 -03:00
Carlos Alexandro Becker
fdc032ec15
refactor: unifying snapshot with skip-validate and skip-publish ( #575 )
...
* refactor: removed goreleaserlib: moved all to main
* refactor: wip: snapshot
* fix: more pipes
* fix: more pipes
* fix: git tests
* fix: some other validate and publish usages
* fix: git dirty check when snapshoting
* fix: nfpm: use tag instead of version
* test: docker: print docker run output if registry fails
2018-02-24 17:59:08 -03:00
Carlos Alexandro Becker
69477e6369
chore: fix deploy
2018-02-18 20:03:00 -03:00
Carlos Alexandro Becker
d4c962dd7a
style: new deploy
2018-02-18 16:40:41 -03:00
Carlos Alexandro Becker
1a90afcf5f
chore: compile with go1.10 ( #560 )
...
* chore: compile with go1.10
* chore: fix?
* chore: fix ci, maybe?
* chore: fix ci, maybe?
* test: fixed broken test
2018-02-17 10:50:54 -02:00
Carlos Alexandro Becker
e9d7cd5d46
chore: fix ci, maybe
2018-02-09 00:22:43 -02:00
Carlos Alexandro Becker
681393119f
chore: fix snapcraft on travis, maybe
2018-02-04 20:41:22 -02:00
Carlos Alexandro Becker
5345aadd0d
docs: formatted all docs
...
Based on prettier/prettier
2017-12-10 15:17:38 -02:00
Carlos Alexandro Becker
d7da2c295a
chore: checking markdown with prettier/prettier
...
So they are all equally formated
2017-12-10 15:06:56 -02:00
Carlos Alexandro Becker
b1ccfbc6c2
chore: checking markdown with prettier/prettier
...
So they are all equally formated
2017-12-10 14:59:26 -02:00
Carlos Alexandro Becker
09ded3e5db
docs: deploy docs on master
...
We were deploying only on tags, but sometimes
we need to change the docs without tagging and
etc.
2017-12-10 14:44:40 -02:00
Carlos Alexandro Becker
b0aa533a4f
chore: push docs to master
...
Docs are using master instead of gh-pages.
2017-12-05 23:52:28 -02:00
Carlos Alexandro Becker
94481dfbe2
chore: changing the order of the tasks
...
GoReleaser will fail to run on a non-empty dist
2017-12-05 23:06:15 -02:00
Carlos Alexandro Becker
5e2cca2eb1
chore: always run make static on build
...
So we guarantee that docs wont break on change
2017-12-05 23:06:15 -02:00
Carlos Alexandro Becker
da61f77dff
chore: using travis deploy feature
...
Should work better than hacky scripts
2017-12-05 23:06:15 -02:00
Carlos Alexandro Becker
ccd72344cc
chore: automating docs deployment
...
Auto-deploy docs on releases.
Should test it first, though.
2017-12-05 23:06:15 -02:00
Carlos Alexandro Becker
7d6ef4d338
chore: improved docker test code
...
using defer and added a log
2017-10-07 23:26:54 -03:00
Carlos Alexandro Becker
650e14d297
fix: docker tests should not depend on the main docker registry
...
Makes it not necessary to be logged in the in the docker registry for
the tests to work by using a local registry.
Fixes #379
2017-10-07 23:26:54 -03:00
Carlos Alexandro Becker
be23daffaf
lint on build
2017-09-26 18:49:53 -03:00
Carlos Alexandro Becker
0d3ce094b1
using go 1.9
2017-09-14 09:43:30 -03:00
Carlos Alexandro Becker
82d884d0c0
enable docker service on travis
2017-09-12 20:58:14 -03:00
Carlos Alexandro Becker
70e042e973
building rpm packages as well
2017-08-18 19:46:40 -03:00
Leo Arias
e6d85cb40c
export /snap/bin to $PATH
2017-07-27 03:24:19 +00:00
Leo Arias
f4a46ff113
install snapcraft in travis
2017-07-27 03:17:24 +00:00
Nick Galbreath
b41d569471
Update .travis.yml to use golang 1.8.3
...
Update .travis.yml to use golang 1.8.3
2017-05-29 09:57:45 -07:00
Carlos Alexandro Becker
814f89cd55
go 1.8.1
2017-05-01 11:00:16 -03:00
Jorin Vogel
195976b032
make goreleaser installable via go get #205
...
move main.go file to top level
and move go library to goreleaserlib package
2017-04-23 14:22:41 +02:00
Carlos Alexandro Becker
8e8be3d349
switching to codecov
2017-04-21 21:22:11 -03:00
Carlos Alexandro Becker
26d71b3a1d
fixed travis
2017-04-21 16:33:55 -03:00
Carlos Alexandro Becker
90e2209a65
avoid go run multiple times in the same build
2017-04-21 16:20:12 -03:00
Carlos Alexandro Becker
dc7b9c6852
covered main cli action with tests
2017-04-21 15:25:32 -03:00
Carlos Alexandro Becker
51fff6f937
typo
2017-04-21 12:19:14 -03:00