Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75366 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62680 invoked from network); 11 Jul 2014 08:24:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2014 08:24:06 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.45 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.192.45 mail-qg0-f45.google.com Received: from [209.85.192.45] ([209.85.192.45:51663] helo=mail-qg0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2F/73-28582-32F9FB35 for ; Fri, 11 Jul 2014 04:24:03 -0400 Received: by mail-qg0-f45.google.com with SMTP id f51so636700qge.32 for ; Fri, 11 Jul 2014 01:24:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=KMtzshJ6EONj/1xMmxwSxgqJ5Fh0OSXi660c65z2W2E=; b=NQEyzSgobD0py0H2vASuIeWKkjs/MZ2lYWaduhIZAFEOPA9pgj4h8W38n0qmtHPh+I ump9uOLTBcEhatYVzsKIGw/Ahlx40zhcCKUx6pk4kk/7H96U8EnqTYsa/b4P+zxyUh1T iLyJ6qa2JvoxafsCE8LKTWX+IWVgS3oJRJykdFMqJ2ydpqRg/kdfH5KQQeOe+hlwgibF uqOgG8LLa+5PNsf1uCqVcLYI5GxujeAFukJXk6e3HfE5UT4LDiIqYVKOZE4UPM8SV44w DtvZje5ymA+CPHJbRb694yvDUc8UXX2cN+myD9hz2LzSjZ5BLoRvTkQb11zP71wUXFS8 bENg== MIME-Version: 1.0 X-Received: by 10.229.103.130 with SMTP id k2mr3503418qco.1.1405067040473; Fri, 11 Jul 2014 01:24:00 -0700 (PDT) Received: by 10.140.47.175 with HTTP; Fri, 11 Jul 2014 01:24:00 -0700 (PDT) In-Reply-To: <2264B27B-F9BE-4540-AD1C-5046143F18D2@gmail.com> References: <2264B27B-F9BE-4540-AD1C-5046143F18D2@gmail.com> Date: Fri, 11 Jul 2014 10:24:00 +0200 Message-ID: To: Tjerk Meesters Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a1133453cd54bfa04fde6a99e Subject: Re: [PHP-DEV] Travis CI for pull requests From: tyra3l@gmail.com (Ferenc Kovacs) --001a1133453cd54bfa04fde6a99e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, Jul 11, 2014 at 9:22 AM, Tjerk Meesters wrote: > Hi guys, > > After making another commit into my ucwords() pr and waiting for an hour > or so I noticed that Travis CI hasn=E2=80=99t picked it up yet; in fact, = the > previous commit wasn=E2=80=99t picked up either. > > Other pr=E2=80=99s 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 :) > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > Hi, https://travis-ci.org/php/php-src/requests tells me that 9074897bc6a5a3 -Added support for ranges like trim() hasPull requestbranch not included or excluded And while I was trying to figure out what does that mean, or why should that prevent the travis build, I've just remembered that we don't allow travis builds for PHP-5.3 and PHP-5.4 branches: http://git.php.net/?p=3Dphp-src.git;a=3Dblob;f=3D.travis.yml;h=3Df1a333adcb= 3e6c35f3fe19c27fbd7a28d99fe7de;hb=3Drefs/heads/PHP-5.4 So probably it is because of that. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a1133453cd54bfa04fde6a99e--