aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-10-01 08:40:53 +0200
committerbartus2019-10-01 13:36:44 +0200
commit507d40c9b4679efb81d9968e2b0c290d3abf7e11 (patch)
tree139a858e376068f3234eeb398f48f04be756c585
parent650e95b77a8b15e32759de998ba5c2dc0c34a8f2 (diff)
downloadaur-507d40c9b4679efb81d9968e2b0c290d3abf7e11.tar.gz
Travis: Update arch-travis.sh url
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 07054937bf02..074c21e6fa10 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,7 +69,7 @@ script:
- 'echo "Travis initialization time: $travis_uptime seconds"'
- '[ ! -f ~/.pkg-cache/NVIDIA-OptiX-SDK-7.0.0-linux64.sh ] && curl "https://developer.download.nvidia.com/designworks/optix/secure/7.0.0/ga/NVIDIA-OptiX-SDK-7.0.0-linux64.sh?A6U4SqtA1SUcdIQfJy-aPSwpaze2wwZkszN9pjQtd0jJmyTXqTOcL6dL4_iFYK-PYjDMeyeTjDTuCAeqEs52DyKXfZkl1pDWFtClMExc7RVzuyHfj7EiSACDo78jtZrnpGe3ZIpfGLXGDHqtcGAEHegyxkb0yPDwXuUytHjtYhuY_g" > ~/.pkg-cache/NVIDIA-OptiX-SDK-7.0.0-linux64.sh || true'
# assume caching out will take the same amount of time as caching in those making build time equal to 50 minutes minus two time current uptime.
-- "curl -s https://raw.githubusercontent.com/bartoszek/arch-travis/base64-encode/arch-travis.sh| timeout $((50*60-2*travis_uptime)) bash"
+- "curl -s https://raw.githubusercontent.com/bartoszek/arch-travis/master/arch-travis.sh| timeout $((50*60-2*travis_uptime)) bash"
- "echo pacman pkg cache size: $(du -h ~/.pkg-cache|cut -f1) in $(ls ~/.pkg-cache|wc -l) files"
#deploy: