PATH:
home
/
lab2454c
/
tripvare.com
/
vendor
/
goldspecdigital
/
laravel-eloquent-uuid
# Only run on the following branches. branches: only: - master - develop # The language of the Travis CI container. language: php # The versions of PHP to run builds against. php: - "7.3" - "7.4" - "8.0" # Cache the vendor directory for quicker builds. cache: directories: - vendor # Update composer and install the package dependencies. install: - composer self-update - composer install --no-interaction # Run the code style and unit tests. script: - composer test
[-] composer.json
[edit]
[-] phpunit.xml
[edit]
[+]
..
[-] .php_cs
[edit]
[-] CONTRIBUTING.md
[edit]
[+]
media
[+]
tests
[-] .gitignore
[edit]
[-] LICENSE.md
[edit]
[-] .travis.yml
[edit]
[-] README.md
[edit]
[+]
src