1
0
mirror of https://github.com/fumiama/blake2b-simd.git synced 2026-06-10 13:00:46 +08:00

Add travis build CI.

This commit is contained in:
Harshavardhana
2016-06-28 02:55:56 -07:00
parent f41b7a312a
commit 0b3e695ecc
3 changed files with 29 additions and 8 deletions

21
.travis.yml Normal file
View File

@@ -0,0 +1,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 ./...