summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2018-01-02 15:38:40 +1000
committerGitHub <[email protected]>2018-01-02 15:38:40 +1000
commit07b4392a243f862171557b78ebaf7edfacc1eba5 (patch)
treec4a8b7debcc9c52101f21e6df4b6165012140f19
parent1a8237a0a00fc7ccdc4edafe84d8ac0bdb79167c (diff)
Update .travis.yml
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 57b75d7..98ddcb1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,8 +14,8 @@ matrix:
- php: 5.3
dist: precise
install: |
- if [ "$PHPV" -ne "52" ]; then composer install; else curl -sSfL https://phar.phpunit.de/phpunit-4.phar -o ~/phpunit.phar; fi
+ if [ "$PHPV" -ne 52 ]; then composer install; else curl -sSfL https://phar.phpunit.de/phpunit-4.phar -o ~/phpunit.phar; fi
script: |
- if [ "$PHPV" -ne "52" ]; then X="composer run-script test --"; else X="~/phpunit.phar"; fi; $X --colors --coverage-text
+ if [ "$PHPV" -ne 52 ]; then X="composer run-script test --"; else X="~/phpunit.phar"; fi; $X --colors --coverage-text