github.com/1800alex/go-git-cmd-wrapper@v1.1.0/.travis.yml (about)

     1  language: go
     2  
     3  go:
     4    - 1.9.x
     5    - 1.x
     6  
     7  sudo: false
     8  
     9  notifications:
    10    email:
    11      on_success: never
    12      on_failure: change
    13  
    14  before_install:
    15    - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.12.2
    16    - golangci-lint --version