diff options
author | bartus | 2019-10-01 22:59:18 +0200 |
---|---|---|
committer | bartus | 2019-10-01 22:59:18 +0200 |
commit | da25ae747d6bddaac4a99741beef96c6d753ce97 (patch) | |
tree | b3f88372c5afece3733a31e559f819cc17f9fdfa /.travis.yml | |
parent | 20a5a247623f17d76e4e0d9af3998c78368c6bb3 (diff) | |
download | aur-da25ae747d6bddaac4a99741beef96c6d753ce97.tar.gz |
Travis: Update arch-travis.sh url
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 78abe295b39..d9c08ec6aa0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ archlinux: - ccache -s - exit $_makepkg_return script: -- "curl -s https://raw.githubusercontent.com/bartoszek/arch-travis/base64-encode/arch-travis.sh| bash" +- "curl -s https://raw.githubusercontent.com/bartoszek/arch-travis/master/arch-travis.sh| bash" - "echo pacman pkg cache size: $(du -h ~/.pkg-cache|cut -f1) in $(ls ~/.pkg-cache|wc -l) files" #deploy: |