8000 Install compatible versions of phpunit dependencies · eternoendless/PHP-CSS-Parser@ecda1fe · GitHub
Skip to content

Commit ecda1fe

Browse files
committed
Install compatible versions of phpunit dependencies
instead of using lockfile This fixes travis builds for ancient versions of PHP (5.3 and 5.4)
1 parent 12292aa commit ecda1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ php:
99
- "nightly"
1010
- hhvm
1111
dist: trusty
12-
before_script: composer install
12+
before_script: rm composer.lock && composer install
1313
script: ./vendor/phpunit/phpunit/phpunit
1414
sudo: false
1515

0 commit comments

Comments
 (0)