Added Laravel project
This commit is contained in:
21
Laravel/vendor/jakub-onderka/php-console-highlighter/.travis.yml
vendored
Normal file
21
Laravel/vendor/jakub-onderka/php-console-highlighter/.travis.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
Reference in New Issue
Block a user