summarylogtreecommitdiffstats
path: root/.travis.yml
blob: 21128e276a402346d0f819726f82f644e3e4ab3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
sudo: required

branches:
  only:
  - master

cache:
  directories:
  - src
# - AUR-repo

services:
- docker

archlinux:
  repos:
# - papyros=http://dash.papyros.io/repos/$repo/$arch
# - bartus=https://media.githubusercontent.com/media/bartoszek/AUR-repo/master
  packages:
  # arch/aur packages
# - python
# - perl
  script:
  - "sudo pacman -Sy"
  - "makepkg -s --noconfirm"

script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
- "ls $(pwd)"

#deploy:
#  provider: script
#  script: bash .travis_deploy.sh
#  on:
#    branch: master
#  skip_cleanup: true