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

Site suggest failure with no failure #98

Open
DonRichards opened this issue Oct 4, 2016 · 0 comments
Open

Site suggest failure with no failure #98

DonRichards opened this issue Oct 4, 2016 · 0 comments

Comments

@DonRichards
Copy link

This passes on Travis but fails on lint.travis-ci.org

sudo: required
dist: trusty
language: bash
addons:
  apt:
    sources:
    - debian-sid
    packages:
    - shellcheck
before_install:
- echo "Before Install scripts Start"
install:
- echo "Install scripts Starting."
script:
- echo "shell commands Starting"
- bash -c 'shopt -s globstar; shellcheck **/*.{sh,bash}'
after_success:
- echo "PASSED!"
after_failure:
- echo "FAILURE IS ALWAYS AN OPTION"
after_script:
- echo "more shell commands here"
notifications:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant