language: php env: global: secure: v4ay9b86o/wwBaW+7k7HdB8M7drF274LEkh2SYmKz/vLauc5gbKsEeaoDTek9xAOfa3V/3FDBYecty/qfhjDeo1gIVmvoE4DEf2XjszwyWUqRJTucqT+C8cKxSkbc0b3C/Xw8KF1oaaJ/HMHr/iVk9Q1TOyjdijnoG/PF1CZeSA= cache: directories: - "$HOME/.phive" - "$HOME/.phive/phars" - "$HOME/.cache/composer" - "$HOME/.composer/cache" - "$HOME/.gnupg" addons: apt: packages: - ant before_install: - mkdir -p "$HOME/bin" - export PATH="$HOME/bin:$PATH" - if [ -n "$GITHUB_AUTH_TOKEN" ]; then echo "Github auth token found."; fi - if [ ! -d "$HOME/.phive" ]; then mkdir "$HOME/.phive"; fi - if [ ! -f "$HOME/.phive/phive.phar" ]; then ant getphive; mv phive.phar "$HOME/.phive/"; fi - install --mode=0755 -T "$HOME/.phive/phive.phar" "$HOME/bin/phive" install: - ant setup script: ./tools/phpunit php: - 7.2 - 7.3 - 7.4 - 7.2snapshot - 7.3snapshot - 7.4snapshot - 8.0 - 8.0snapshot - master jobs: allow_failures: - php: master fast_finish: true notifications: email: false
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.gitattributes | File | 286 B | 0644 |
|
.gitignore | File | 115 B | 0644 |
|
.php_cs.dist | File | 11.66 KB | 0644 |
|
.travis.yml | File | 1.07 KB | 0644 |
|
CHANGELOG.md | File | 3.78 KB | 0644 |
|
LICENSE | File | 1.57 KB | 0644 |
|
README.md | File | 2.37 KB | 0644 |
|
build.xml | File | 2.6 KB | 0644 |
|
composer.json | File | 707 B | 0644 |
|
phive.xml | File | 499 B | 0644 |
|
phpunit.xml | File | 725 B | 0644 |
|
psalm.xml | File | 451 B | 0644 |
|