1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# Configuration for https://travis-ci.org/ language: go dist: bionic go_import_path: blitiri.com.ar/go/systemd go: - 1.9 - stable - master script: - go test ./... - go test -race ./...