1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-02 17:01:14 -05:00
denoland-deno/.travis.yml
2018-11-08 11:58:41 -05:00

8 lines
184 B
YAML

language: python
install:
- curl -sSf https://raw.githubusercontent.com/denoland/deno_install/master/install.py | python
- export PATH="$HOME/.deno/bin:$PATH"
script:
- deno test.ts