Skip to content

Commit

Permalink
goreleaser check first "test"
Browse files Browse the repository at this point in the history
Signed-off-by: Avelino <t@avelino.xxx>
  • Loading branch information
avelino committed Aug 16, 2020
1 parent d4f6bbe commit 89c7a1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -27,11 +27,10 @@ before_script:
- docker login -u="$DOCKER_LOGIN" -p="$DOCKER_PASSWORD"
- sh testdata/schema.sh
script:
- curl -sfL https://git.io/goreleaser | sh -s -- check
- sh testdata/migrations_test.sh
- env go test -race -covermode=atomic -coverprofile=coverage.out ./...
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
- curl -sfL https://git.io/goreleaser | sh -s -- check
- curl -sL https://git.io/goreleaser | bash

deploy:
- provider: script
Expand Down

0 comments on commit 89c7a1d

Please sign in to comment.