File: .travis.yml

package info (click to toggle)
golang-github-minio-blake2b-simd 0.0~git20160723.3f5f724-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 336 kB
  • sloc: asm: 1,888; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
sudo: required
dist: trusty
language: go

os:
- linux
- osx

osx_image: xcode7.2

go:
- 1.6
- 1.5

env:
- ARCH=x86_64
- ARCH=i686

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