Skip to content

Commit

Permalink
Add linting using shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbyrnes committed Mar 12, 2019
1 parent 6b69a5e commit ea50930
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ install:
before_script:
- echo -e "test_repo_11\ntest_repo_1" | sort

script:
- ./run_tests.sh
script: ./run_tests.sh

jobs:
include:
- stage: lint
script: shellcheck **/*.sh *.example

0 comments on commit ea50930

Please sign in to comment.