Skip to content

Commit

Permalink
[Travis-CI] Fix variable interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls authored Nov 15, 2019
1 parent 21c2390 commit f3de94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ before_script:
- if [ "$SYMFONY_VERSION" = "3.0.*" ]; then travis_retry composer require --no-update -n twig/twig=^1; fi;
- if [ "$PUG_VERSION" != "" ]; then travis_retry composer require --no-update -n pug-php/pug=$PUG_VERSION; fi;
- if [ -f /home/travis/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini ]; then mv /home/travis/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini ~/xdebug.ini; fi;
- travis_retry php -d memory_limit=-1 composer.phar update -o --no-interaction --prefer-stable $PREFER_SOURCE
- travis_retry php -d memory_limit=-1 composer.phar update -o --no-interaction --prefer-stable ${PREFER_SOURCE}
- if [ -f ~/xdebug.ini ]; then mv ~/xdebug.ini /home/travis/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini; fi;
- chmod -R 0777 tests/project
script:
Expand Down

0 comments on commit f3de94a

Please sign in to comment.