Skip to content

Commit

Permalink
Debugging Appveyor...
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmantis committed Jul 21, 2016
1 parent 6c0a307 commit 82c746b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@ branches:
only:
- master

cache:
- vendor/bundle
- '%TEMP%/verifier/gems'

install:
- ps: Start-FileDownload 'https://curl.haxx.se/ca/cacert.pem'
- set SSL_CERT_FILE=cacert.pem
- set PATH=C:\Ruby23\bin;%PATH%
- bundle install --path vendor/bundle --without development integration
- bundle install --without development integration

build_script:
- copy .kitchen.appveyor.yml .kitchen.local.yml
Expand Down

0 comments on commit 82c746b

Please sign in to comment.