.travis.yml: install python3 for build.
This commit is contained in:
Родитель
9c5d074b00
Коммит
6a1d17d27f
|
@ -4,7 +4,7 @@ compiler:
|
||||||
- gcc
|
- gcc
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq pandoc re2c valgrind
|
- sudo apt-get install -qq python3 pandoc re2c valgrind
|
||||||
script:
|
script:
|
||||||
- make testtarball
|
- make testtarball
|
||||||
- PROG=`ls cmark-*.*/build/src/cmark` make leakcheck
|
- PROG=`ls cmark-*.*/build/src/cmark` make leakcheck
|
Загрузка…
Ссылка в новой задаче