waforth/.travis.yml
2019-03-10 14:29:25 +01:00

14 lines
256 B
YAML

# Doesn't work yet, because there is no 'wabt' package in Ubuntu yet
# This will have to wait until disco.
# TODO: Add racket.
language: node_js
node_js:
- "node"
script:
- yarn build
- yarn test
cache: yarn
addons:
apt:
packages:
- wabt