mirror of
https://github.com/Jguer/yay.git
synced 2024-11-07 17:47:21 +01:00
4d83ffb915
Signed-off-by: Jguer <me@jguer.space>
19 lines
290 B
YAML
19 lines
290 B
YAML
sudo: required
|
|
notifications:
|
|
email: false
|
|
language: generic
|
|
services:
|
|
- docker
|
|
|
|
arch:
|
|
packages:
|
|
- git
|
|
- go
|
|
script:
|
|
- make
|
|
- make test
|
|
- ./testdata/install_test.sh
|
|
|
|
script:
|
|
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
|