mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
Add travis script
This commit is contained in:
parent
1eb57aa394
commit
7117998ab8
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@ -0,0 +1,15 @@
|
||||
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"
|
||||
|
||||
script:
|
||||
- deno test.ts
|
Loading…
Reference in New Issue
Block a user