File tree 2 files changed +50
-0
lines changed
2 files changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ .DS_Store
2
+ .buildpath
3
+ .cache
4
+ .project
5
+ .settings
6
+ nbproject /
7
+ * ~
8
+ . # *
9
+ * .bak
10
+ * .orig
11
+ * .rej
12
+ * .swp
13
+ * .kdev4
14
+ .kdev4 /*
15
+
16
+ # Ignore ALL config files
17
+ conf.php
18
+
19
+ # Ignore testing files
20
+ run-tests.log
21
+ /test /* /* /* .diff
22
+ /test /* /* /* .exp
23
+ /test /* /* /* .log
24
+ /test /* /* /* .out
25
+ /test /* /* /* /* .diff
26
+ /test /* /* /* /* .exp
27
+ /test /* /* /* /* .log
28
+ /test /* /* /* /* .out
29
+
Original file line number Diff line number Diff line change
1
+ sudo : false
2
+ notifications :
3
+ irc : " chat.freenode.net#horde"
4
+ language : php
5
+ php :
6
+ - 5.4
7
+ - 5.5
8
+ - 5.6
9
+ - 7.0
10
+ - 7.1
11
+ - nightly
12
+ matrix :
13
+ fast_finish : true
14
+ allow_failures :
15
+ - php : nightly
16
+ before_script :
17
+ - phpenv config-rm xdebug.ini || echo "XDebug not enabled"
18
+ - pear install channel://pear.horde.org/Horde_Role
19
+ - pear install package.xml
20
+ script :
21
+ - php $(find test -name AllTests.php)
You can’t perform that action at this time.
0 commit comments