We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1976399 commit e0f8e3dCopy full SHA for e0f8e3d
.travis.yml
@@ -15,7 +15,7 @@ env:
15
before_script:
16
# - mysql -u root -e "UPDATE user SET Password=PASSWORD('hello') WHERE User='root';FLUSH PRIVILEGES;" mysql
17
# - sudo service mysql restart
18
- - scripts/install.sh
+ - Scripts/install.sh
19
- cd /opt/codebender/builder/Symfony
20
- sudo chmod -R 777 app/cache app/logs
21
- echo 'error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
0 commit comments