Skip to content

Commit 8d61d9d

Browse files
committed
Appveyor bcrypt test.
1 parent 7ea658d commit 8d61d9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ install:
1111
- ps: Update-AppveyorBuild -Version "$(Get-Content $env:appveyor_build_folder\VERSION).$env:appveyor_build_number"
1212
- ruby --version
1313
- gem --version
14-
- gem install bcrypt --platform=ruby
1514
- bundle install
15+
- gem uninstall bcrypt
16+
- gem install bcrypt --platform=ruby
1617
build: off
1718
test_script:
1819
- powershell -File "%APPVEYOR_BUILD_FOLDER%\test\appveyor\dbsetup.ps1"

0 commit comments

Comments
 (0)