yay/vendor/github.com/Jguer/go-alpm/.travis.yml

17 lines
260 B
YAML
Raw Normal View History

2018-09-15 18:32:44 +02:00
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"