Skip to content

Commit e88146c

Browse files
committed
Travis - boost installation of reqs
1 parent c1979e9 commit e88146c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ matrix:
1414
- php: 5.3
1515
dist: precise
1616

17+
before_install:
18+
# turn off XDebug, if present
19+
- phpenv config-rm xdebug.ini || return 0
20+
1721
install:
18-
- composer install --prefer-source
22+
- composer install --no-interaction --no-progress
1923

2024
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)