1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-03 17:08:35 -05:00
denoland-deno/.travis.yml

9 lines
180 B
YAML
Raw Normal View History

2018-11-07 14:23:06 -05:00
language: python
install:
2018-12-14 19:06:06 -05:00
- curl -L https://deno.land/x/install/install.py | python - v0.2.3
2018-11-08 11:57:00 -05:00
- export PATH="$HOME/.deno/bin:$PATH"
2018-11-07 14:23:06 -05:00
script:
- deno test.ts --allow-run --allow-net