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
Ryan Dahl a628a499fa Simplify travis.
Original: 22151e4f7b
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