This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
php-src
Watch
0
Star
0
Fork
0
You've already forked php-src
mirror of
https://github.com/php/php-src.git
synced
2024-11-25 10:54:15 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
48cfd1160b
php-src
/
.travis.yml
10 lines
118 B
YAML
Raw
Normal View
History
Unescape
Escape
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.
2012-06-10 22:15:34 +08:00
language
:
php
Exclude Travis build for 5.3 and 5.4
2013-03-29 01:40:57 +08:00
branches
:
except
:
-
/^PHP-5\.3.*/
-
/^PHP-5\.4.*/
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.
2012-06-10 22:15:34 +08:00
notifications
:
email
:
false
Reference in New Issue
Copy Permalink