...

Text file src/github.com/dgraph-io/ristretto/.travis.yml

Documentation: github.com/dgraph-io/ristretto

     1language: go
     2
     3go:
     4  - 1.12
     5  - 1.13
     6
     7env:
     8  - GO111MODULE=on # Enable go module for all versions.
     9
    10script:
    11  - go test -race ./...

View as plain text