summarylogtreecommitdiffstats
path: root/.travis.yml
blob: b67532dfb8bf7d760dd3d02cd107a8805a9d7af7 (plain)
1
2
3
4
5
6
7
sudo: required

services:
  - docker

script:
  - docker run --rm -it -v `pwd`:/build heichblatt/archlinux-yaourt sh -c "cd /build && makepkg -si"