mirror of
https://github.com/Jguer/yay.git
synced 2024-11-07 17:47:21 +01:00
17 lines
260 B
YAML
17 lines
260 B
YAML
sudo: required
|
|
notifications:
|
|
email: false
|
|
language: generic
|
|
services:
|
|
- docker
|
|
|
|
arch:
|
|
packages:
|
|
- git
|
|
- go
|
|
script:
|
|
- "./testing/test.sh"
|
|
|
|
script:
|
|
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
|