Skip to content

Commit

Permalink
Disable keepass-opencl from Travis Ci bot check. I'm pretty convinced it
Browse files Browse the repository at this point in the history
fails there due to silly driver bugs.
  • Loading branch information
magnumripper committed Feb 3, 2018
1 parent fd81ff0 commit 1e11797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ echo '[Local:Disabled:Formats]' > john-local.conf
echo 'Raw-SHA512-free-opencl = Y' >> john-local.conf
echo 'XSHA512-free-opencl = Y' >> john-local.conf
echo 'gpg-opencl = Y' >> john-local.conf
echo 'KeePass-opencl = Y' >> john-local.conf

if test "$1" = "encoding" ; then
do_test_encoding cpu
Expand Down Expand Up @@ -41,4 +42,3 @@ else
fi
fi
fi

0 comments on commit 1e11797

Please sign in to comment.