Skip to content

Commit

Permalink
Added .travis.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Carswell <[email protected]>
  • Loading branch information
AfroThundr3007730 committed Mar 12, 2024
1 parent f737868 commit 7829cb0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: shell
script:
- bash -c 'shopt -s globstar nullglob; shellcheck **/*.sh'
branches:
only:
- master
- dev
- /^v\d+\.\d+\.\d+$/

0 comments on commit 7829cb0

Please sign in to comment.