1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 12:58:54 -05:00

Simplify travis.

This commit is contained in:
Ryan Dahl 2018-11-08 11:57:00 -05:00
parent 90cbca40be
commit 22151e4f7b

View file

@ -1,15 +1,8 @@
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"
- curl -sSf https://raw.githubusercontent.com/denoland/deno_install/master/install.py | python
- export PATH="$HOME/.deno/bin:$PATH"
script:
- deno test.ts
- deno test.ts