diff options
| -rw-r--r-- | .travis.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 59d3cb3..f94acd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,25 @@ +sudo: required + +services: +- docker + +arch: + repos: + - papyros=http://dash.papyros.io/repos/$repo/$arch + packages: + # pacman packages + - perl + - nodejs + - npm + # aur packages + - go-git + # packages from papyros repo + - papyros-shell + script: + - "./build_script.sh" + +script: +- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash" language: node_js node_js: - "node" |
