Skip to content

Commit 4b5c3db

Browse files
committed
Fixing phpunit in travis ci config
1 parent ead72d1 commit 4b5c3db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ php:
55
- "5.4"
66
- "5.3"
77
before_script:
8-
- git clone http://github.com/zenovich/runkit.git runkit
8+
- git clone https://github.com/zenovich/runkit.git runkit
99
- cd runkit
1010
- phpize
1111
- ./configure
1212
- make
1313
- sudo make install
1414
- echo "extension=runkit.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
1515
- cd ..
16-
script: phpunit --coverage-text
16+
script: phpunit --coverage-text .

0 commit comments

Comments
 (0)