github.com/ChicK00o/awgo@v0.29.4/.travis.yml (about)

     1  os: osx
     2  language: go
     3  
     4  go:
     5    - "1.x"
     6  
     7  before_install:
     8    - go get github.com/mattn/goveralls
     9    - go get github.com/schrej/godacov
    10    - go get golang.org/x/lint/golint
    11    - go get github.com/golangci/golangci-lint/cmd/golangci-lint
    12    - go get github.com/mfridman/tparse
    13  
    14  script:
    15    - ./run-tests.sh -ic ./...
    16    # - $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci; true
    17    # - $GOPATH/bin/godacov -t $CODACY_TOKEN -r ./coverage.out -c $TRAVIS_COMMIT; true
    18  
    19  # after_success:
    20  #   - bash <(curl -s https://codecov.io/bash); true