mirror of
https://github.com/leonelquinteros/php-toml.git
synced 2025-01-17 20:38:16 +01:00
16 lines
156 B
YAML
16 lines
156 B
YAML
language: php
|
|
php:
|
|
- '5.2'
|
|
- '5.3'
|
|
- '5.4'
|
|
- '5.5'
|
|
- '5.6'
|
|
- '7.0'
|
|
- '7.1'
|
|
- hhvm
|
|
- nightly
|
|
|
|
script:
|
|
- cd travis-test
|
|
- php test.php
|