mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-22 21:15:10 +00:00
try with other os in travis
This commit is contained in:
parent
93a28aa762
commit
bfd97eb463
13
.travis.yml
13
.travis.yml
@ -1,5 +1,14 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- windows
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 7.0
|
- 7.0
|
||||||
before_script: composer install --ignore-platform-reqs
|
|
||||||
script: bin/phpunit
|
before_script:
|
||||||
|
- composer install --ignore-platform-reqs
|
||||||
|
|
||||||
|
script:
|
||||||
|
- bin/phpunit
|
||||||
|
Loading…
Reference in New Issue
Block a user