yay/.travis.yml
Jguer 58745060cf Test arch-travis on yay
Signed-off-by: Jguer <me@jguer.space>
2018-04-27 01:01:18 +01:00

18 lines
259 B
YAML

sudo: required
notifications:
email: false
language: generic
services:
- docker
arch:
packages:
- git
- go
script:
- make
- make test
script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"