diff --git a/.travis.yml b/.travis.yml index 1596254..fab6ad2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ matrix: - php: hhvm install: - - cat ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini - composer install - cd vendors/php-test-helpers - phpize @@ -17,7 +16,6 @@ install: - make - sudo make install - echo "zend_extension=test_helpers.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini - - cat ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini - cd ../../ before_script: diff --git a/README.md b/README.md index 941f309..a0bdbd5 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ As developers we make demands that our end users use modern day browsers while w * PostgreSQL with PDO and PDO_PGSQL drivers * SQLite 3 with PDO and PDO_SQLITE drivers * Memcached with the Memcache module -* composer is you want to compile LESS, SCSS or JS also necessary if you want to run the unit tests +* composer if you want to compile LESS, SCSS or JS also necessary if you want to run the unit tests ## Installation