git » log » master » tree

[master] / .travis.yml

# 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 ./...