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