Skip to content

Commit

Permalink
travis config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury Maltsev committed Dec 4, 2013
1 parent a965834 commit 40b5736
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ before_script:
- sudo apt-get update > /dev/null
- sudo apt-get install -y --force-yes apache2 libapache2-mod-php5 > /dev/null

- curl http://localhost
- sudo cat /etc/apache2/sites-available/default
- curl http://localhost
- ls -la /var/www


- sudo sed -i -e "s,/var/www,$(pwd)/Tests/app,g" /etc/apache2/sites-available/default
- sudo /etc/init.d/apache2 restart
Expand Down
4 changes: 2 additions & 2 deletions Tests/app/index.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

var_dump('___________we are here!!!!!!!!!!');die;
$loader = require_once __DIR__ . '/bootstrap.php';
require_once __DIR__ . '/AppKernel.php';
var_dump('___________we are here!!!!!!!!!!');die;

use Symfony\Component\HttpFoundation\Request;

$kernel = new AppKernel('dev', true);
Expand Down

0 comments on commit 40b5736

Please sign in to comment.