File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ before_script:
18
18
- cd /opt/codebender/builder/Symfony
19
19
- sudo chmod -R 777 app/cache app/logs
20
20
- echo 'error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
21
+ - cd /opt/codebender/builder
22
+ - sudo chmod +x scripts/apache_install.sh
23
+ - scripts/apache_install.sh
24
+ - cd /opt/codebender/builder/Symfony
21
25
22
26
script :
23
27
- mkdir -p build/logs
@@ -28,9 +32,6 @@ script:
28
32
after_script :
29
33
- php composer.phar install --dev
30
34
- php bin/coveralls -v
31
- - cd /opt/codebender/builder
32
- - sudo chmod +x scripts/apache_install.sh
33
- - scripts/apache_install.sh
34
35
35
36
notifications :
36
37
irc : " chat.freenode.net#codebender.cc"
You can’t perform that action at this time.
0 commit comments