yay/vendor/github.com/jguer/go-alpm/.travis.yml
2018-09-15 17:42:34 +01:00

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"