Skip to content

Commit

Permalink
Merge pull request modxcms#12804 from Mark-H/fix-travis-build-on-php55
Browse files Browse the repository at this point in the history
Fix travis builds on PHP 5.5
(cherry picked from commit 89f4532)

Conflicts:
	.travis.yml
  • Loading branch information
pixelchutes committed Dec 8, 2015
1 parent 78ab015 commit 4e05854
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -17,3 +17,5 @@ mysql:
encoding: utf8

before_script: 'composer install -n && cd _build/test && ./generateConfigs.sh'
before_install:
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.5" ]]; then curl -s -o $HOME/.phpenv/versions/5.5/bin/phpunit https://phar.phpunit.de/phpunit-4.8.9.phar; chmod +x $HOME/.phpenv/versions/5.5/bin/phpunit; fi

0 comments on commit 4e05854

Please sign in to comment.