Projects STRLCPY termdash Commits f0f01d71
🤬
  • ■ ■ ■ ■ ■ ■
    .travis.yml
    skipped 3 lines
    4 4   - 1.17.x
    5 5   - stable
    6 6  before_install:
    7  - - go get golang.org/x/tools/cmd/cover
    8  - - go get github.com/mattn/goveralls
     7 + - go install golang.org/x/tools/cmd/cover@latest
     8 + - go install github.com/mattn/goveralls@latest
     9 + - go install golang.org/x/lint/golint@latest
    9 10  script:
    10 11   - go get -t ./...
    11  - - go get -u golang.org/x/lint/golint
    12 12   # Temporarily set -mod=mod to allow modification of go.mod and go.sum.
    13 13   # This seems to be caused by a sum missing in the tcell dependency and
    14 14   # should be removed when no longer needed.
    skipped 12 lines
Please wait...
Page is in error, reload to recover