mirror of
https://github.com/danbulant/deno_install
synced 2026-06-20 06:51:45 +00:00
Add .travis.yml
This commit is contained in:
parent
6dbf1ffb3a
commit
b5788921b3
1 changed files with 16 additions and 0 deletions
16
.travis.yml
Normal file
16
.travis.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
language: python
|
||||
|
||||
os:
|
||||
- linux
|
||||
# Travis does not support python on osx yet.
|
||||
# see: https://github.com/travis-ci/travis-ci/issues/2312
|
||||
# - osx
|
||||
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
|
||||
# Test the install script.
|
||||
script:
|
||||
- ./install.py
|
||||
- ./install_test.py
|
||||
Loading…
Reference in a new issue