AMD64
Python
Git
The .travis.yml file used for this job is not available
Build Config
{
  "dist": "trusty",
  "sudo": "required",
  "addons": {
    "apt": {
      "packages": [
        "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 $PHANTOMJS_VERSION",
    "git submodule init",
    "git submodule update"
  ]
}