From bfd97eb463ba1b870fbbbf8be4aa460e54313e06 Mon Sep 17 00:00:00 2001 From: Arkadiusz Kondas Date: Thu, 30 Jun 2016 23:42:45 +0200 Subject: [PATCH] try with other os in travis --- .travis.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6ddffd8..5281d26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,14 @@ language: php + +os: + - linux + - windows + php: - 7.0 -before_script: composer install --ignore-platform-reqs -script: bin/phpunit \ No newline at end of file + +before_script: + - composer install --ignore-platform-reqs + +script: + - bin/phpunit