Skip to content

Commit

Permalink
Added travis-ci config.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhartman committed Jun 1, 2020
1 parent 7edb6af commit 9c62e47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ trim_trailing_whitespace = false
[*.key]
insert_final_newline = false
trim_trailing_whitespace = false

[*.yml]
indent_size = 2
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: shell
script:
- bash -c 'shopt -s globstar nullglob; shellcheck **/*.sh'

0 comments on commit 9c62e47

Please sign in to comment.