Add some vetting to travis

Signed-off-by: Jguer <me@jguer.space>
This commit is contained in:
Jguer 2018-09-15 19:57:06 +01:00
parent 586dfc8ce7
commit 4131262f36
No known key found for this signature in database
GPG key ID: 09754DBECF21746F

View file

@ -1,18 +1,20 @@
sudo: required
notifications:
email: false
email: false
language: generic
services:
- docker
- docker
arch:
packages:
- git
- go
- git
- go
script:
- make
- make test
- ./testdata/install_test.sh
- go tool vet .
- diff -u <(echo -n) <(gofmt -d ./)
- make
- make test
- ./testdata/install_test.sh
script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"