Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
fix(tests): removed mcrypt requirement trick for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DIOHz0r authored and btry committed Sep 6, 2017
1 parent 2ef3ffb commit 1b2bc4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ before_script:
- tests/config-composer.sh
- git clone --depth=1 $GLPI_SOURCE ../glpi && cd ../glpi
- composer install --no-dev --no-interaction
- sed -e "s/return extension_loaded('mcrypt');/return false;/" -i vendor/ircmaxell/random-lib/lib/RandomLib/AbstractMcryptMixer.php
- php tools/cliinstall.php --db=glpitest --user=root --tests
- mkdir plugins/fusioninventory && git clone --depth=1 $FUSION_SOURCE plugins/fusioninventory
- mv ../flyve-mdm-glpi-plugin plugins/flyvemdm
Expand Down

0 comments on commit 1b2bc4f

Please sign in to comment.