mark urbit executable executable

This commit is contained in:
Anton Dyudin 2017-11-30 21:44:10 -08:00
parent 82d85d06b5
commit 46012003f0
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ before_install:
# XX use an actual debian release, based on version pin somewhere
- wget https://github.com/ohAitch/urbit/releases/download/untagged-4dd5d7e977e58b5f1e21/urbit
- chmod +x ./urbit
# XX don't just blindly assume master
- >

View File

@ -2,6 +2,7 @@ require! \stream-snitch
pty = require \pty.js
term =
# TODO abort on failure
# XX use -s instead of travis wget'd pill
pty.spawn './urbit' <[-B urbit.pill -A .. -cFI zod zod]>
.on \data -> process.stdout.write it