summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2018-01-04 15:58:22 +1000
committerSimon Holywell <[email protected]>2018-01-04 15:58:22 +1000
commit1efb787c17192967f881831f3f5818e09b6d2642 (patch)
treef90e9b83aa9ba9df96ea4b2f19b3aa8a3216005e
parent8f7cbd7744ad9827077918a8cddd3c4460c47783 (diff)
correct url always helps
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ac024ea..0b1b5e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ before_script: |
# special handling for PHP 5.2 testing as there is no composer available
export X="$HOME/.idiorm/bin"
mkdir -p "$X"
- curl -sSfL https://github.com/treffynnon/php5.2-phpunit3.6.12-phar/releases/download/latest/php52-phpunit.phar -o "$X/phpunit"
+ curl -sSfL https://github.com/treffynnon/php5.2-phpunit3.6.12-phar/releases/download/1.0.0/php52-phpunit.phar -o "$X/phpunit"
chmod +x "$X/phpunit"
fi
script: |