aboutsummarylogtreecommitdiffstats
path: root/.travis.yml
blob: 0372349f48d4259a8b0c8745b343c69e18ef9368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
sudo: required

services:
  - docker

archlinux:
  packages:
    - namcap
  script:
    - "PKGEXT='.pkg.tar' makepkg -si --noconfirm"
    - "namcap PKGBUILD"
    - "namcap font*.pkg*"

script:
  - "curl -s https://raw.githubusercontent.com/fsquillace/arch-travis/master/arch-travis.sh | bash"

notifications:
  email: false