mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
parent
e97fdcac47
commit
a628a499fa
1 changed files with 3 additions and 10 deletions
13
.travis.yml
13
.travis.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue