Skip to content

Commit ab62228

Browse files
Merge pull request #17 from qasim-at-tci/patch-1
Add argon2 manual installation
2 parents eac63e3 + b0d7bf4 commit ab62228

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ arch:
99
php:
1010
- 7.4
1111
- 8.0
12+
- 8.0.23
13+
14+
before_install:
15+
- git clone https://github.com/P-H-C/phc-winner-argon2.git libargon2 && cd libargon2 && make test && sudo make install PREFIX=/usr && cd ..
1216

1317
notifications:
1418
email:

0 commit comments

Comments
 (0)