diff --git a/.travis.yml b/.travis.yml index 757dd1ea..3c49fb80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: php php: - 7.3 + - 7.4 before_script: - composer install diff --git a/Makefile b/Makefile index 22dcf983..aa4d6311 100644 --- a/Makefile +++ b/Makefile @@ -10,14 +10,14 @@ firma: openssl pkcs12 -export -out tests/firma.p12 -inkey tests/firma.key -in tests/firma.crt -passout pass:test rm tests/firma.key tests/firma.crt -test: firma +test: composer firma vendor/bin/phpunit --bootstrap tests/bootstrap.php tests pdf: doxygen && cd doc/latex && make pdf clean: - rm -rf tests/firma.p12 doc/html doc/latex + rm -rf tests/firma.p12 doc/html doc/latex examples/pdf examples/xml latexbase: doxygen -w latex doc/doxygen/header.tex doc/doxygen/footer.tex doc/doxygen/doxygen.sty