Skip to content

Commit f7ddacf

Browse files
committed
travis-ci.org configuration for PHP 5.2 - 7
1 parent 7e02208 commit f7ddacf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: php
2+
sudo: false
3+
php:
4+
- 7
5+
- 5.6
6+
- 5.5
7+
- 5.4
8+
- 5.3
9+
- 5.2
10+
script:
11+
- umask 0022
12+
- pear run-tests -r tests
13+
- pear package package.xml

0 commit comments

Comments
 (0)