This repository has been archived on 2025-01-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/vendor/jakub-onderka/php-console-highlighter/.travis.yml
2018-11-23 12:29:20 +00:00

22 lines
234 B
YAML

language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
sudo: false
cache:
directories:
- vendor
- $HOME/.composer/cache
before_script:
- composer install --no-interaction --prefer-source
script:
- ant