try with other os in travis

This commit is contained in:
Arkadiusz Kondas 2016-06-30 23:42:45 +02:00
parent 93a28aa762
commit bfd97eb463
1 changed files with 11 additions and 2 deletions

View File

@ -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