std/.travis.yml
2018-12-11 17:56:32 -05:00

9 lines
180 B
YAML

language: python
install:
- curl -L https://deno.land/x/install/install.py | python - v0.2.2
- export PATH="$HOME/.deno/bin:$PATH"
script:
- deno test.ts --allow-run --allow-net