AMD64
Python
Git
The .travis.yml file used for this job is not available
Build Config
{
"dist": "trusty",
"sudo": "required",
"addons": {
"apt": {
"packages": [
"apt-get",
"install",
"build-essential",
"g++",
"flex",
"bison",
"gperf",
"ruby",
"perl",
"libsqlite3-dev",
"libfontconfig1-dev",
"libicu-dev",
"libfreetype6",
"libssl-dev",
"libpng-dev",
"libjpeg-dev",
"python",
"libx11-dev",
"libxext-dev"
]
}
},
"script": [
"python build.py"
],
"language": "python",
"before_script": [
"git checkout 2.1.1",
"git submodule init",
"git submodule update"
]
}