Skip to content

Commit acc75a6

Browse files
committed
force the pear upgrade
1 parent e43c068 commit acc75a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ matrix:
1818
- php: 5.4
1919
dist: precise
2020

21+
install:
22+
- pear list
23+
- pear channel-update pear
24+
- pear upgrade --force pear/pear
25+
2126
script:
2227
- pear list
2328
- pear install --force package.xml

0 commit comments

Comments
 (0)