Sha256: 7f774085a742e6b3800edc9e65675711f106570537fd194b16d17c663fe4668c
Contents?: true
Size: 377 Bytes
Versions: 16
Compression:
Stored size: 377 Bytes
Contents
language: go sudo: true dist: bionic branches: only: - main os: - linux - osx # Travis doesn't work with windows and Go tip #- windows go: - tip matrix: allow_failures: - go: tip before_install: - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install make; fi - (cd /tmp/; go get golang.org/x/lint/golint) script: - make go test -v ./...;
Version data entries
16 entries across 16 versions & 1 rubygems