os: - linux language: php env: global: secure: v4ay9b86o/wwBaW+7k7HdB8M7drF274LEkh2SYmKz/vLauc5gbKsEeaoDTek9xAOfa3V/3FDBYecty/qfhjDeo1gIVmvoE4DEf2XjszwyWUqRJTucqT+C8cKxSkbc0b3C/Xw8KF1oaaJ/HMHr/iVk9Q1TOyjdijnoG/PF1CZeSA= addons: apt: packages: - ant cache: directories: - "$HOME/.phive" - "$HOME/.phive/phars" - "$HOME/.cache/composer" - "$HOME/.composer/cache" - "$HOME/.gnupg" 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: - ant test php: - 7.2 - 7.3 - 7.4 - 7.2snapshot - 7.3snapshot - 7.4snapshot - master matrix: allow_failures: - php: master fast_finish: true notifications: email: false
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
examples | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.gitattributes | File | 320 B | 0644 |
|
.gitignore | File | 93 B | 0644 |
|
.php_cs.dist | File | 11.63 KB | 0644 |
|
.travis.yml | File | 1.06 KB | 0644 |
|
CHANGELOG.md | File | 1.23 KB | 0644 |
|
LICENSE | File | 1.62 KB | 0644 |
|
README.md | File | 1.23 KB | 0644 |
|
build.xml | File | 2.67 KB | 0644 |
|
composer.json | File | 916 B | 0644 |
|
composer.lock | File | 2.31 KB | 0644 |
|
phive.xml | File | 397 B | 0644 |
|
phpunit.xml | File | 786 B | 0644 |
|
psalm.xml | File | 1.83 KB | 0644 |
|