Codebase list golang-blitiri-go-log / HEAD .travis.yml
HEAD

Tree @HEAD (Download .tar.gz)

.travis.yml @HEADraw · history · blame

# Configuration for https://travis-ci.org/

language: go
dist: bionic

go_import_path: blitiri.com.ar/go/log

go:
    - 1.10.x
    - stable
    - master

script:
    - go test ./...
    - go test -race ./...
    - go test -bench ./...