File: .travis.yml

package info (click to toggle)
golang-github-dgraph-io-ristretto 0.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,152 kB
  • sloc: makefile: 3
file content (11 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
language: go

go:
  - 1.12
  - 1.13

env:
  - GO111MODULE=on # Enable go module for all versions.

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