github.com/lordnynex/goreleaser@v0.17.2-0.20170508230939-767968070d68/.travis.yml (about)

     1  language: go
     2  go: 1.8.1
     3  install:
     4    - make setup
     5    - gem install fpm
     6  script:
     7    - make test
     8    - test -n "$TRAVIS_TAG" || go run main.go --skip-validate --skip-publish
     9  after_success:
    10    - bash <(curl -s https://codecov.io/bash)
    11    - test -n "$TRAVIS_TAG" && go run main.go
    12  notifications:
    13    email: false