1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00

Simplify travis.

Original: 22151e4f7b
This commit is contained in:
Ryan Dahl 2018-11-08 11:57:00 -05:00
parent e97fdcac47
commit a628a499fa

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