Skip to content

Commit

Permalink
update travis with new phpunit52 and cache directives
Browse files Browse the repository at this point in the history
  • Loading branch information
treffynnon committed Jan 5, 2018
1 parent 8e2d0f6 commit 56bb846
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install: |
# 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/1.0.0/php52-phpunit.phar -o "$X/phpunit"
curl -sSfL https://github.com/treffynnon/php5.2-phpunit3.6.12-phar/releases/download/1.0.2/php52-phpunit.phar -o "$X/phpunit"
chmod +x "$X/phpunit"
fi
script: |
Expand All @@ -35,3 +35,8 @@ script: |
# we need phpunit-3.6.12, but there is no phar file for it so comment out for now
$X/phpunit --colors --coverage-text
fi
cache:
directories:
- $HOME/.composer/cache
- $HOME/.idiorm
- vendor

0 comments on commit 56bb846

Please sign in to comment.