Skip to content

Commit d6cf3a9

Browse files
committed
clone dev branch
1 parent 9d3c91a commit d6cf3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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=master https://github.com/SublimeText/PowerShell.git "C:\st\Data\Packages\PowerShell"
8+
- ps: git clone -q --branch=dev https://github.com/SublimeText/PowerShell.git "C:\st\Data\Packages\PowerShell"
99
- ps: git clone -q --branch=master https://github.com/my-personal-forks/UnitTesting.git "C:\st\Data\Packages\UnitTesting"
1010

1111
build: false

0 commit comments

Comments
 (0)