File: .travis.yml

package info (click to toggle)
golang-blitiri-go-log 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 84 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 ./...