Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75364 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57029 invoked from network); 11 Jul 2014 07:22:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2014 07:22:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=tjerk.meesters@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tjerk.meesters@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.50 as permitted sender) X-PHP-List-Original-Sender: tjerk.meesters@gmail.com X-Host-Fingerprint: 209.85.220.50 mail-pa0-f50.google.com Received: from [209.85.220.50] ([209.85.220.50:60107] helo=mail-pa0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/82-28582-DC09FB35 for ; Fri, 11 Jul 2014 03:22:54 -0400 Received: by mail-pa0-f50.google.com with SMTP id bj1so974186pad.37 for ; Fri, 11 Jul 2014 00:22:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=9zCgp3CS4kLMUi405Prwg5eA/p6ZPpVDXvDHMFPeaVI=; b=Bv+yksYw67q1xdl/+jd+Waq1m6nkmQtCDRr77vrPz6oy0Swfv3tXBxzbmkrL6JyJGN bIsS3RItGX9daB5xFAzBkzGvk2hQV2Hn7P0xTbMduYEbDqPsyR8sUvxtuA+G4W2Dz/Fd C52kV3iExWLgzAJkieaO8BOzY/b9ScaOiIl2VvgESGZEw9YdAul0ZWeZOD1zuzEupwmd oOEBNHctcQ+W5n6Sg1rYA+LyY6vHOliPRjqPjjnviF4c6icykHf71fzcwDmz+i3NrBj6 zO4bNQ+vMTMFn4g/gqoK4CSHs8fe/7Kxc8IoRa7hG1Z+2oRDgApjUCRK0nOtP4MFYZZJ 5nCw== X-Received: by 10.68.69.46 with SMTP id b14mr5594804pbu.70.1405063370718; Fri, 11 Jul 2014 00:22:50 -0700 (PDT) Received: from tjerks-imac.gateway.2wire.net (bb121-7-198-24.singnet.com.sg. [121.7.198.24]) by mx.google.com with ESMTPSA id uj2sm6139373pab.14.2014.07.11.00.22.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 11 Jul 2014 00:22:50 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Message-ID: <2264B27B-F9BE-4540-AD1C-5046143F18D2@gmail.com> Date: Fri, 11 Jul 2014 15:22:46 +0800 To: PHP Internals Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) Subject: Travis CI for pull requests From: tjerk.meesters@gmail.com (Tjerk Meesters) Hi guys, After making another commit into my ucwords() pr and waiting for an hour = or so I noticed that Travis CI hasn=92t picked it up yet; in fact, the = previous commit wasn=92t picked up either. Other pr=92s that were created before or after mine were processed, = though. Is this a known issue? It would be nice to have the added confidence of = a passing test suite before merging changes :)=