Skip to content

Commit

Permalink
Added .travis.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Carswell <eddiecarswell13@yahoo.com>
  • Loading branch information
AfroThundr3007730 committed Mar 12, 2024
1 parent 17b242f commit 2f9862b
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 2f9862b

Please sign in to comment.