1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00

Remove errant underscore

This commit is contained in:
Luke Ceddia 2018-01-13 00:56:44 +11:00
parent 3646c950b4
commit 49f5f23611

View file

@ -8,7 +8,7 @@ build_script:
- cmd: .travis\appveyor.bat
install:
- nuget install secure-file -ExcludeVersion
- cmd: secure-file\tools\secure-file -decrypt .travis\qb64.org_rsa.enc -secret %sshkey% -out %user_profile%\.ssh\id_rsa
- cmd: secure-file\tools\secure-file -decrypt .travis\qb64.org_rsa.enc -secret %sshkey% -out %userprofile%\.ssh\id_rsa
deploy_script:
- ps: .travis\appveyor-deploy.ps1
test: off