github.com/nikandfor/tlog@v0.21.5-0.20231108111739-3ef89426a96d/.travis.yml (about)

     1  language: go
     2  
     3  dist: focal
     4  
     5  os:
     6    - linux
     7    - osx
     8    - windows
     9  
    10  arch:
    11    - amd64
    12    - i386
    13    - arm64
    14  
    15  go:
    16    - "1.18"
    17    - "1.17"
    18    #- "1.16"
    19  
    20  script:
    21    - go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
    22  
    23  #after_success:
    24  #  - test "$TRAVIS_OS_NAME" = linux && test "$TRAVIS_CPU_ARCH" = amd64 && test "$TRAVIS_GO_VERSION" = "1.18" && export CODECOV_UPLOAD=yes
    25  #  - test $CODECOV_UPLOAD = "yes" && bash <(curl -s https://codecov.io/bash)