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

Fix Travis CI Shell Options #2490

Merged
merged 3 commits into from
May 28, 2020

Commits on May 27, 2020

  1. Allow unset variables in travis_setup_env

    Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
    seldridge committed May 27, 2020
    Configuration menu
    Copy the full SHA
    7826319 View commit details
    Browse the repository at this point in the history
  2. Don't exit immediately for Travis regressions

    Disables immediate failure when running travis_wait methods. These
    tests need to keep going even if they fail to do things like print out
    the log.
    
    Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
    seldridge committed May 27, 2020
    Configuration menu
    Copy the full SHA
    bb2ddb6 View commit details
    Browse the repository at this point in the history
  3. Remove +verbose from JTAG regressions

    Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
    seldridge committed May 27, 2020
    Configuration menu
    Copy the full SHA
    e7fa8b9 View commit details
    Browse the repository at this point in the history