Skip to content

Commit 9f44fb8

Browse files
committed
Moved the apache configuration script where it should be in the travis yml file
1 parent 0cd71a9 commit 9f44fb8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ before_script:
1818
- cd /opt/codebender/builder/Symfony
1919
- sudo chmod -R 777 app/cache app/logs
2020
- 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
2125

2226
script:
2327
- mkdir -p build/logs
@@ -28,9 +32,6 @@ script:
2832
after_script:
2933
- php composer.phar install --dev
3034
- php bin/coveralls -v
31-
- cd /opt/codebender/builder
32-
- sudo chmod +x scripts/apache_install.sh
33-
- scripts/apache_install.sh
3435

3536
notifications:
3637
irc: "chat.freenode.net#codebender.cc"

0 commit comments

Comments
 (0)