mirror of
https://github.com/Jguer/yay.git
synced 2024-11-06 17:17:22 +01:00
4131262f36
Signed-off-by: Jguer <me@jguer.space>
21 lines
362 B
YAML
21 lines
362 B
YAML
sudo: required
|
|
notifications:
|
|
email: false
|
|
language: generic
|
|
services:
|
|
- docker
|
|
|
|
arch:
|
|
packages:
|
|
- git
|
|
- go
|
|
script:
|
|
- 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"
|