7 lines
74 B
YAML
7 lines
74 B
YAML
sudo: required
|
|
language: python
|
|
python:
|
|
- '2.7'
|
|
|
|
script:
|
|
- bootstrap.sh
|