File: .travis.yml

package info (click to toggle)
golang-github-shopspring-decimal 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 157 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: go

arch: 
 - amd64
 - ppc64le

go:
  - 1.7.x
  - 1.14.x
  - 1.15.x
  - 1.16.x
  - 1.17.x
  - tip

install:
  - go build .

script:
  - go test -v