1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-05 13:59:01 -05:00
denoland-deno/.travis.yml
2018-12-31 15:10:58 +00:00

8 lines
180 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