1
0
mirror of https://github.com/janet-lang/janet synced 2025-05-07 01:44:15 +00:00

Messing with appveyor, trying travis.

This commit is contained in:
Calvin Rose 2019-01-26 20:59:02 -05:00
parent 872d03ae1d
commit 17ab654ccb
2 changed files with 1 additions and 2 deletions

View File

@ -9,6 +9,7 @@ compiler:
os: os:
- linux - linux
- osx - osx
- windows
before_deploy: before_deploy:
deploy: deploy:
provider: releases provider: releases

View File

@ -44,5 +44,3 @@ deploy:
secure: lwEXy09qhj2jSH9s1C/KvCkAUqJSma8phFR+0kbsfUc3rVxpNK5uD3z9Md0SjYRx secure: lwEXy09qhj2jSH9s1C/KvCkAUqJSma8phFR+0kbsfUc3rVxpNK5uD3z9Md0SjYRx
artifact: janet-windows artifact: janet-windows
draft: true draft: true
on:
APPVEYOR_REPO_TAG: true