
| Current Path : /var/www/html_old/12park.backup/vendor/grasmash/expander/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html_old/12park.backup/vendor/grasmash/expander/.travis.yml |
language: php
matrix:
fast_finish: true
include:
- php: 7.2
- php: 7.1
- php: 7.0.11
- php: 5.6
- php: 5.5
- php: 5.4
sudo: false
cache:
apt: true
directories:
- "$HOME/.composer/cache"
- "vendor"
install:
- composer install
script:
- composer test
after_success:
- travis_retry php vendor/bin/coveralls -v