File: .travis.yml

package info (click to toggle)
golang-github-casbin-casbin 2.104.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,392 kB
  • sloc: makefile: 14
file content (15 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: go

sudo: false

env:
  - GO111MODULE=on

go:
  - "1.11.13"
  - "1.12"
  - "1.13"
  - "1.14"

script:
  - make test