Skip to content

Commit

Permalink
add error_reporting attribute to php5 cli
Browse files Browse the repository at this point in the history
Since we don't use phpenv I move the attribute to /etc/php5/cli/conf.d
  • Loading branch information
Pavlos Ratis committed Nov 11, 2015
1 parent a304b72 commit c974649
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 @@ -13,7 +13,7 @@ before_script:
- scripts/travis_install.sh
- cd /opt/codebender/builder/Symfony
- sudo chmod -R 777 app/cache app/logs
- echo 'error_reporting = E_ALL' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- sudo echo 'error_reporting = E_ALL' >> /etc/php5/cli/conf.d/travis.ini
- cd /opt/codebender/builder
- sudo chmod +x scripts/travis_apache_install.sh
- scripts/travis_apache_install.sh
Expand Down

0 comments on commit c974649

Please sign in to comment.