Moodle/.travis.yml

27 строки
514 B
YAML
Исходник Постоянная ссылка Обычный вид История

2018-04-13 08:29:39 +03:00
dist: trusty
2018-04-26 09:52:23 +03:00
language: python
node_js: "0.12"
python: "3.5"
2018-04-13 08:29:39 +03:00
2018-04-27 07:17:48 +03:00
cache:
- directories: node_modules
- pip
env:
- PYTHONUNBUFFERED=TRUE
2018-04-26 09:52:23 +03:00
install:
- npm install # Install task runners for lint checking.
- pip install azure-mgmt-subscription azure-mgmt-resource keyring pycurl # Install Azure Python SDK (we only need the sub & the resource manager packages)
2018-04-06 08:50:04 +03:00
2018-04-27 07:17:48 +03:00
before_script:
- ssh-keygen -q -f azure_moodle_id_rsa -N "" # Generate SSH keys to send to deployment
2018-04-13 08:29:39 +03:00
2018-04-26 09:52:23 +03:00
script:
- npm test
- ./etc/travis.py