Skip to content

Commit

Permalink
remove config add
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jan 26, 2016
1 parent 91f95fd commit a125d2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ services:
- memcached
- mongodb
before_install:
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-add tests/config.ini; fi;
- if [ "$TRAVIS_PHP_VERSION" != "nightly" ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi;
install:
- composer install
Expand Down

0 comments on commit a125d2e

Please sign in to comment.