mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Merge pull request #135 from localheinz/fix/travis
Fix: Move operations to appropriate sections
This commit is contained in:
+6
-2
@@ -10,12 +10,16 @@ php:
|
||||
|
||||
sudo: false
|
||||
|
||||
before_script:
|
||||
before_install:
|
||||
- travis_retry composer self-update
|
||||
|
||||
install:
|
||||
- travis_retry composer install --no-interaction --prefer-dist
|
||||
|
||||
script:
|
||||
before_script:
|
||||
- mkdir -p build/logs
|
||||
|
||||
script:
|
||||
- ./vendor/bin/parallel-lint src tests
|
||||
- ./vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
|
||||
- ./vendor/bin/phpcs src tests --standard=psr2 -sp
|
||||
|
||||
Reference in New Issue
Block a user