Skip to content

Commit 9d5f3ea

Browse files
committed
minor #126 Travis - boost installation of reqs (keradus)
This PR was merged into the 1.0-dev branch. Discussion ---------- Travis - boost installation of reqs Commits ------- e88146c Travis - boost installation of reqs
2 parents b8e2022 + e88146c commit 9d5f3ea

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
@@ -16,7 +16,11 @@ matrix:
1616
- php: 5.3
1717
dist: precise
1818

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

2226
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)