We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f3c0c commit e5f3000Copy full SHA for e5f3000
.travis.yml
@@ -3,5 +3,5 @@ php:
3
- '7.1'
4
- '7.2'
5
- nightly
6
-before_script: composer install
+before_script: rm composer.lock && composer install
7
script: composer test
0 commit comments