Skip to content

Commit

Permalink
Use fastmult on PHPUnit.
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Jun 21, 2017
1 parent 866c872 commit edf8854
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ install:
- composer update

script:
- vendor/bin/phpunit
- php -dmbstring.func_overload=7 vendor/bin/phpunit
- vendor/bin/phpunit --bootsrap=phpunit-autoload.php
- php -dmbstring.func_overload=7 --bootsrap=phpunit-autoload.php vendor/bin/phpunit
- vendor/bin/psalm
4 changes: 4 additions & 0 deletions phpunit-autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php
require 'vendor/autoload.php';

ParagonIE_Sodium_Compat::$fastMult = true;

0 comments on commit edf8854

Please sign in to comment.