aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/minio/sha256-simd/.travis.yml
blob: 4f85db53972cc028f1fdd47369cee454ca26dfab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
sudo: required
dist: trusty
language: go

os:
- linux

go:
- tip
- 1.12.x

env:
- ARCH=x86_64
- ARCH=i686

matrix:
  fast_finish: true
  allow_failures:
  - go: tip

script:
- diff -au <(gofmt -d .) <(printf "")
- go test -race -v ./...
- go vet -asmdecl .
- ./test-architectures.sh