Skip to content

Commit e5f3000

Browse files
committed
Remove composer lock on travis build to make sure all PHP versions are tested.
1 parent e1f3c0c commit e5f3000

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
@@ -3,5 +3,5 @@ php:
33
- '7.1'
44
- '7.2'
55
- nightly
6-
before_script: composer install
6+
before_script: rm composer.lock && composer install
77
script: composer test

0 commit comments

Comments
 (0)