We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a304b72 commit c974649Copy full SHA for c974649
.travis.yml
@@ -13,7 +13,7 @@ before_script:
13
- scripts/travis_install.sh
14
- cd /opt/codebender/builder/Symfony
15
- sudo chmod -R 777 app/cache app/logs
16
- - 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
17
- cd /opt/codebender/builder
18
- sudo chmod +x scripts/travis_apache_install.sh
19
- scripts/travis_apache_install.sh
0 commit comments