Skip to content

Commit 9717b38

Browse files
authored
http > https
Let me just fix this real quick, redirect was not working on travis-ci
1 parent e1b128b commit 9717b38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ script:
1010
- xbuild /p:Configuration=Release ProCraft.sln
1111
- zip -j ${zip_} ${loc_}*.exe ${loc_}*.dll ${ploc_}LICENSE.txt ${ploc_}README.txt
1212
after_success:
13-
- curl -i -F fileToUpload=@${zip_} -F key=${keyPhrase} http://123DMWM.tk/${php_link}
14-
13+
- curl -i -F fileToUpload=@${zip_} -F key=${keyPhrase} https://123DMWM.tk/${php_link}
14+

0 commit comments

Comments
 (0)