1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-05 13:59:01 -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 language: python
os:
- linux
python:
- "2.7"
install: install:
- |- - curl -sSf https://raw.githubusercontent.com/denoland/deno_install/master/install.py | python
curl -sSf https://raw.githubusercontent.com/denoland/deno_install/master/install.py | python - export PATH="$HOME/.deno/bin:$PATH"
export PATH="$HOME/.deno/bin:$PATH"
script: script:
- deno test.ts - deno test.ts