Codebase list golang-github-ncw-swift / 5490d10
Update upstream source from tag 'upstream/1.0.53' Update to upstream version '1.0.53' with Debian dir fd09c33eb4240d98f9555dc7405962b0fdbfd2d8 Drew Parsons 1 year, 5 months ago
1 changed file(s) with 26 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 language: go
11 sudo: false
2
3 arch:
4 - amd64
5 - ppc64le
6
7 go_import_path: github.com/ncw/swift
28
39 go:
410 - 1.2.x
2228 env: TEST_REAL_SERVER=rackspace
2329 - go: 1.14.x
2430 env: TEST_REAL_SERVER=memset
31 - go: 1.14.x
32 arch: ppc64le
33 env: TEST_REAL_SERVER=rackspace
34 - go: 1.14.x
35 arch: ppc64le
36 env: TEST_REAL_SERVER=memset
2537 allow_failures:
2638 - go: 1.14.x
2739 env: TEST_REAL_SERVER=rackspace
2840 - go: 1.14.x
2941 env: TEST_REAL_SERVER=memset
42 - go: 1.14.x
43 arch: ppc64le
44 env: TEST_REAL_SERVER=rackspace
45 - go: 1.14.x
46 arch: ppc64le
47 env: TEST_REAL_SERVER=memset
48 # Removed unsupported jobs for ppc64le
49 exclude:
50 - go: 1.2.x
51 arch: ppc64le
52 - go: 1.3.x
53 arch: ppc64le
54 - go: 1.4.x
55 arch: ppc64le
3056 install: go test -i ./...
3157 script:
3258 - test -z "$(go fmt ./...)"