mirror of
https://github.com/leonelquinteros/php-toml.git
synced 2025-01-17 04:18:17 +01:00
18 lines
189 B
YAML
18 lines
189 B
YAML
# Add dist to support HHVM
|
|
dist: trusty
|
|
sudo: false
|
|
|
|
language: php
|
|
php:
|
|
- '5.4'
|
|
- '5.5'
|
|
- '5.6'
|
|
- '7.0'
|
|
- '7.1'
|
|
- hhvm
|
|
- nightly
|
|
|
|
script:
|
|
- cd travis-test
|
|
- php test.php
|