Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 2473f5a

Browse files
committed
Use the PHP test framework.
1 parent 219cca3 commit 2473f5a

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ php:
88

99
before_install:
1010
- sudo apt-get update -qq
11+
12+
install:
1113
- sudo apt-get install -y liblzma-dev
1214

1315
before_script:
@@ -17,6 +19,9 @@ before_script:
1719
- sudo make install
1820
- echo "extension=xz.so" >> `php --ini | grep "Loaded Configuration File:" | sed -e "s/.*:\s*//"`
1921

22+
script:
23+
- make test
24+
2025
matrix:
2126
allow_failures:
2227
- php: nightly

phpunit.xml.dist

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)