Projects STRLCPY termdash Commits 23107337
🤬
  • ■ ■ ■ ■
    .travis.yml
    skipped 15 lines
    16 16   - CGO_ENABLED=1 go test -mod=mod -race ./...
    17 17   - go vet ./...
    18 18   - diff -u <(echo -n) <(gofmt -d -s .)
    19  - - diff -u <(echo -n) <(./internal/scripts/autogen_licences.sh .)
     19 + - diff -u <(echo -n) <(./private/scripts/autogen_licences.sh .)
    20 20   - diff -u <(echo -n) <(golint ./...)
    21 21   - $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
    22 22  env:
    skipped 4 lines
Please wait...
Page is in error, reload to recover