Skip to content

Commit

Permalink
Test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Jan 14, 2019
1 parent a1a53d4 commit 7952204
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -31,6 +31,15 @@ matrix:
env:
- dependencies=highest
- dropPlatform=false
- name: "Windows"
os: windows
language: shell # no built-in php support
before_install:
- choco install php
- choco install composer
- export PATH="$(powershell -Command '("Process", "Machine" | % { [Environment]::GetEnvironmentVariable("PATH", $_) -Split ";" -Replace "\\$", "" } | Select -Unique | % { cygpath $_ }) -Join ":"')"
allow_failures:
- os: windows

## Install or update dependencies
install:
Expand Down

0 comments on commit 7952204

Please sign in to comment.