This repository has been archived on 2026-07-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
HomeIsWhereTheMoneyIs/vendor/jakub-onderka/php-console-highlighter/.travis.yml
T
2017-05-24 18:35:30 -05:00

21 lines
242 B
YAML
Executable File

language: php
php:
- 5.3.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- hhvm-nightly
matrix:
allowed_failures:
- php: 7.0
- php: hhvm-nightly
before_script:
- composer install --no-interaction --prefer-source
script:
- ant