Fixing the script for Travis to run
This commit is contained in:
parent
684dff7c80
commit
daf226914d
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
|
sudo: required
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- '2.7'
|
- '2.7'
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- boostrap.sh
|
- bootstrap.sh
|
||||||
|
|
Loading…
Reference in a new issue