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 77b1b40bd1 Add travis script
Original: 7117998ab8
2018-11-07 14:23:06 -05:00

15 lines
225 B
YAML

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