mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-04 20:47:53 +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
|
||||
|
||||
os:
|
||||
- linux
|
||||
- windows
|
||||
|
||||
php:
|
||||
- 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