.appveyor.yml in fspath-3.0.0 vs .appveyor.yml in fspath-3.0.1

- old
+ new

@@ -1,18 +1,17 @@ version: '{build}-{branch}' install: - - bundle config path vendor/bundle - - bundle install -j4 build: off test_script: - ps: | $path = $env:Path $rubypaths = ls -Path C:\Ruby*\bin - $ErrorActionPreference = "Stop" foreach ($rubypath in $rubypaths) { echo "################################################################################" $env:Path = "$rubypath;" + $path ruby --version + bundle package --all + bundle install --local -j4 bundle exec rspec if ($LASTEXITCODE -gt 0) { exit 1 } }