language: php sudo: false cache: directories: - $HOME/.composer/cache php: - '5.4' - '5.5' - '5.6' - '7.0' - '7.1' - '7.2' - '7.3' # - hhvm # - nightly matrix: include: - php: '7.3' env: RUN_LINT=true os: - linux install: - composer update script: - | if [[ "$RUN_LINT" == "true" ]]; then make lint; else make test; fi
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
ext | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.gitignore | File | 59 B | 0644 |
|
.travis.yml | File | 390 B | 0644 |
|
CONTRIBUTING.md | File | 1.07 KB | 0644 |
|
LICENSE | File | 11.09 KB | 0644 |
|
Makefile | File | 1.87 KB | 0644 |
|
README.md | File | 3.91 KB | 0644 |
|
composer.json | File | 610 B | 0644 |
|
crc32_benchmark.php | File | 4.35 KB | 0644 |
|