github.com/devster/tarreleaser@v0.0.0-20221207180803-c608f4eb8918/.travis.yml (about)

     1  dist: trusty
     2  language: go
     3  go: '1.12.x'
     4  script:
     5    - make build
     6    - make test
     7    - "! go fmt ./... 2>&1 | read"
     8    - ./tarreleaser init --debug
     9    - ./tarreleaser --skip-publish --debug
    10  
    11  deploy:
    12    - provider: script
    13      skip_cleanup: true
    14      script: curl -sL https://git.io/goreleaser | bash
    15      on:
    16        tags: true
    17        condition: $TRAVIS_OS_NAME = linux