added deno

Fixes issue: https://github.com/engineer-man/piston/issues/18
This commit is contained in:
Ethan Edwards 2020-10-17 01:22:15 -04:00
parent 3246ed6781
commit 084211cb46
No known key found for this signature in database
GPG key ID: F1AD8EEE1366610B
7 changed files with 28 additions and 1 deletions

View file

@ -69,3 +69,6 @@ echo '---'
echo 'haskell'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "ghc --version"
echo '---'
echo 'deno'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "deno --version"
echo '---'