Skip to content

Commit

Permalink
Revert "Install wrappers compatible with installed phpunit"
Browse files Browse the repository at this point in the history
This reverts commit 2ef0744.
  • Loading branch information
nijel committed Apr 3, 2014
1 parent 1a07660 commit 71bb45d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -43,10 +43,10 @@ before_script:

if [[ ! -z "$SELENIUM" ]] ; then

ln -s ~/.phpenv/versions/$(phpenv version-name)/bin/phpunit/phpunit/PHPUnit/Extensions/SeleniumCommon/phpunit_coverage.php . ;
ln -s ~/.phpenv/versions/$(phpenv version-name)/pear/PHPUnit/Extensions/SeleniumCommon/phpunit_coverage.php . ;

echo auto_prepend_file = ~/.phpenv/versions/$(phpenv version-name)/bin/phpunit/phpunit/PHPUnit/Extensions/SeleniumCommon/prepend.php >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini ;
echo auto_append_file = ~/.phpenv/versions/$(phpenv version-name)/bin/phpunit/phpunit/PHPUnit/Extensions/SeleniumCommon/append.php >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini ;
echo auto_prepend_file = ~/.phpenv/versions/$(phpenv version-name)/pear/PHPUnit/Extensions/SeleniumCommon/prepend.php >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini ;
echo auto_append_file = ~/.phpenv/versions/$(phpenv version-name)/pear/PHPUnit/Extensions/SeleniumCommon/append.php >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini ;

php --server 127.0.0.1:8000 &
wget http://www.browserstack.com/BrowserStackTunnel.jar ;
Expand Down

0 comments on commit 71bb45d

Please sign in to comment.