Skip to content

Commit c974649

Browse files
author
Pavlos Ratis
committed
add error_reporting attribute to php5 cli
Since we don't use phpenv I move the attribute to /etc/php5/cli/conf.d
1 parent a304b72 commit c974649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_script:
1313
- scripts/travis_install.sh
1414
- cd /opt/codebender/builder/Symfony
1515
- sudo chmod -R 777 app/cache app/logs
16-
- echo 'error_reporting = E_ALL' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
16+
- sudo echo 'error_reporting = E_ALL' >> /etc/php5/cli/conf.d/travis.ini
1717
- cd /opt/codebender/builder
1818
- sudo chmod +x scripts/travis_apache_install.sh
1919
- scripts/travis_apache_install.sh

0 commit comments

Comments
 (0)