AMD64
PHP: 5.4
Git
language: php

php: 5.4

sudo: false

install:
- curl https://www.paypalobjects.com/wsdl/PayPalSvc.wsdl
- curl http://api.search.live.net/search.wsdl
script: true
Build Config
{
  "php": 5.4,
  "sudo": false,
  "script": true,
  "install": [
    "curl https://www.paypalobjects.com/wsdl/PayPalSvc.wsdl",
    "curl http://api.search.live.net/search.wsdl"
  ],
  "language": "php"
}