deno_install/.travis.yml
2018-09-07 09:47:58 -04:00

16 lines
253 B
YAML

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