Skip to content

Commit

Permalink
Run tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jan 13, 2019
1 parent cb9b774 commit b6292fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,17 @@ matrix:
before_install:
- brew install php
- brew install composer
- 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:
- php: hhvm
- os: osx
- os: windows

sudo: false

Expand Down

0 comments on commit b6292fb

Please sign in to comment.