Skip to content

Commit 10518ff

Browse files
committed
Make appveyor test point to current version, instead of version from branch dev
1 parent 2a90146 commit 10518ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ install:
55
- ps: write-output "installing Sublime%20Text%20Build%203059%20x64.zip"
66
- ps: 7z.exe x "Sublime%20Text%20Build%203059%20x64.zip" -o"C:\st" > $null
77
- ps: mkdir "C:\st\Data\Packages" -force > $null
8-
- ps: git clone -q --branch=dev https://github.com/SublimeText/PowerShell.git "C:\st\Data\Packages\PowerShell"
8+
- ps: mkdir "C:\st\Data\Packages\PowerShell" -force > $null
9+
- ps: cp -Recurse * "C:\st\Data\Packages\PowerShell" -Force
910
- ps: git clone -q --branch=master https://github.com/my-personal-forks/UnitTesting.git "C:\st\Data\Packages\UnitTesting"
1011

1112
build: false

0 commit comments

Comments
 (0)