Skip to content

Commit

Permalink
Use always the head of the branch
Browse files Browse the repository at this point in the history
  • Loading branch information
evrignaud committed Oct 30, 2015
1 parent 6eb4f03 commit 79137c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0

install:
- cmd: git checkout {branch}
- cmd: git checkout -
- ps: |
Add-Type -AssemblyName System.IO.Compression.FileSystem
if (!(Test-Path -Path "C:\maven" )) {
Expand Down

0 comments on commit 79137c4

Please sign in to comment.