1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/.travis.yml
2019-01-02 13:23:46 -05:00

8 lines
194 B
YAML

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