github.com/mshitrit/go-mutesting@v0.0.0-20210528084812-ff81dcaedfea/.travis.yml (about)

     1  language: go
     2  
     3  os:
     4    - linux
     5    - osx
     6  
     7  go:
     8    - 1.10.x
     9    - 1.11.x
    10  
    11  install:
    12    - make install-dependencies
    13    - make install-tools
    14    - make install
    15  
    16  script:
    17    - make lint
    18    - make test-verbose-with-coverage
    19    - gover
    20    - if [ "$TRAVIS_SECURE_ENV_VARS" = "true" ]; then goveralls -coverprofile=gover.coverprofile -service=travis-ci; fi