1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-16 19:04:02 -05:00
denoland-deno/.travis.yml

9 lines
194 B
YAML
Raw Normal View History

2018-11-07 14:23:06 -05:00
language: python
install:
2019-01-02 13:23:46 -05:00
- curl -L https://deno.land/x/install/install.py | python - v0.2.5
2018-11-08 11:57:00 -05:00
- export PATH="$HOME/.deno/bin:$PATH"
2018-11-07 14:23:06 -05:00
script:
2019-01-01 23:45:41 +00:00
- deno test.ts --allow-run --allow-net --allow-write