Skip to content

Commit

Permalink
fix: not the time for docker yet
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Feb 17, 2018
1 parent 8a70161 commit 42a4aea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yml
Expand Up @@ -9,12 +9,12 @@ builds:
- darwin
goarch:
- amd64
dockers:
- image: goreleaser/nfpm
tag_templates:
- '{{ .Tag }}'
- 'v{{ .Major }}.{{ .Minor }}'
- 'latest'
# dockers:
# - image: goreleaser/nfpm
# tag_templates:
# - '{{ .Tag }}'
# - 'v{{ .Major }}.{{ .Minor }}'
# - 'latest'
archive:
replacements:
darwin: Darwin
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -5,15 +5,15 @@ addons:
- rpm
language: go
go: 1.9
services:
- docker
# services:
# - docker
install:
- make setup
script:
- make ci
after_success:
- bash <(curl -s https://codecov.io/bash)
- test -n "$TRAVIS_TAG" && docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
# - test -n "$TRAVIS_TAG" && docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
notifications:
email: false
deploy:
Expand Down

0 comments on commit 42a4aea

Please sign in to comment.