mirror of
https://github.com/leonelquinteros/php-toml.git
synced 2025-01-16 20:08:17 +01:00
13 lines
120 B
YAML
13 lines
120 B
YAML
sudo: false
|
|
|
|
language: php
|
|
php:
|
|
- '7.1'
|
|
- '7.2'
|
|
- '7.3'
|
|
- nightly
|
|
|
|
script:
|
|
- cd travis-test
|
|
- php test.php
|