Skip to content

Commit

Permalink
Drop windows --prefer-lowest job
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Jan 18, 2019
1 parent db4769e commit 206fe3d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,23 +77,14 @@ matrix:
env:
- dependencies=highest
- dropPlatform=false
- name: "Windows (latest) (lowest)"
os: windows
language: shell # no built-in php support
env:
- dependencies=lowest
before_install:
- choco install php
- choco install composer
- export PATH="$(powershell -Command '("Process", "Machine" | % { [Environment]::GetEnvironmentVariable("PATH", $_) -Split ";" -Replace "\\$", "" } | Select -Unique | % { cygpath $_ }) -Join ":"')"
- name: "Windows (latest) (current)"
- name: "Windows (current)"
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 ":"')"
- name: "Windows (latest) (highest)"
- name: "Windows (highest)"
os: windows
language: shell # no built-in php support
env:
Expand Down

0 comments on commit 206fe3d

Please sign in to comment.