std/.travis.yml
2019-01-01 18:45:41 -05:00

9 lines
194 B
YAML

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