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

arch:
  packages:
    - p7zip
    - wine
    - wine-mono
    - wine_gecko
    - xorg-xwininfo
    - wqy-microhei
    - adobe-source-han-sans-cn-fonts
  script:
    - "makepkg"

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