]> granicus.if.org Git - php/commit
Make travis silent
authorDavid Soria Parra <dsp@php.net>
Sun, 10 Jun 2012 14:15:34 +0000 (18:15 +0400)
committerDavid Soria Parra <dsp@php.net>
Sun, 10 Jun 2012 14:17:37 +0000 (18:17 +0400)
commitf464ffd78046d31eb4bbd6d44dced3cd39d12c69
tree38794af369ec56c1f720f485a0ad31e71e2b0bfe
parentcda14b995c155748f97f6253ff8e2113e3f3e174
Make travis silent

Travis will always build all branches. As we just have a .travis.yml
on master, travis will go ahead and checkout PHP-5.3. It fails and
then sends mails. We really don't want to get spammed, so we add
a .travis.yml that is just silent.
.travis.yml [new file with mode: 0644]