1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

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.
This commit is contained in:
David Soria Parra
2012-06-10 18:15:34 +04:00
parent cda14b995c
commit f464ffd780
+10
View File
@@ -0,0 +1,10 @@
language: php
php:
# We only specify one version so we only get one worker
- 5.4
notifications:
email: false
script: exit 0