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

arch:
  packages:
    - namcap 
  script:
    - namcap PKGBUILD      
    - makepkg
    - namcap coursier-*  
    - pacman -Qip coursier-*
    - pacman -Qlp coursier-*
  

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