Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use dist: bionic & apply opensuse-leap-15 SCP error workaround #22

Merged
merged 2 commits into from
Sep 9, 2019

Commits on Sep 8, 2019

  1. feat(travis): use dist: bionic

    * Move `dist` in `.travis.yml` to the top to apply it for Cirrus-based
      formulas as well
    myii committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    310caff View commit details
    Browse the repository at this point in the history
  2. feat(kitchen): use workaround to prevent opensuse-leap-15 SCP failures

    * Workaround to avoid intermittent failures on `opensuse-leap-15`:
      - SCP did not finish successfully (255):  (Net::SCP::Error)
    * Based on:
      - https://stackoverflow.com/a/47880689
    myii committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    f39bf10 View commit details
    Browse the repository at this point in the history