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
11
.travis.yml
11
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue