Skip to content

Commit

Permalink
Remove Xdebug as it was causing segmentation faults (#2461)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobpenny authored and driusan committed Dec 9, 2016
1 parent 119c769 commit c055398
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 30 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ before_install:
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1600x1200x16"
#- "export DISPLAY=:99.0"
#- "sh -e /etc/init.d/xvfb start"
- phpenv config-rm xdebug.ini

install:
# Install composer modules
Expand All @@ -32,7 +33,7 @@ install:
# Download a Selenium Web Driver release
- wget "http://selenium-release.storage.googleapis.com/2.52/selenium-server-standalone-2.52.0.jar"

- PHP_INI_SCAN_DIR=":test/" php -S localhost:8000 -t htdocs htdocs/router.php 2>1 > /dev/null &
- php -S localhost:8000 -t htdocs htdocs/router.php 2>1 > /dev/null &

# Extracting firefox and setting PATH variable...
- tar -xjf /tmp/firefox-44.0.tar.bz2 --directory /tmp
Expand Down Expand Up @@ -106,7 +107,7 @@ script:
- jslint htdocs/js/jquery.dynamictable.js

# Run unit tests to make sure functions still do what they should.
- vendor/bin/phpunit --configuration test/phpunit.xml --coverage-clover=coverage.xml
- vendor/bin/phpunit --configuration test/phpunit.xml

after_success:
- bash <(curl -s https://codecov.io/bash)
4 changes: 0 additions & 4 deletions test/php.ini

This file was deleted.

22 changes: 0 additions & 22 deletions test/testappend.php

This file was deleted.

2 changes: 0 additions & 2 deletions test/testprepend.php

This file was deleted.

0 comments on commit c055398

Please sign in to comment.