waforth/.travis.yml

15 lines
256 B
YAML
Raw Normal View History

2019-03-10 10:37:01 +01:00
# 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