mirror of
https://github.com/fradelg/docker-mysql-cron-backup.git
synced 2024-11-01 08:31:45 +01:00
add travis for syntax checking
This commit is contained in:
parent
1b801d6f00
commit
47aa233806
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
sudo: required
|
||||||
|
dist: xenial
|
||||||
|
language: bash
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- sudo apt-get -qq update
|
||||||
|
- sudo apt-get install -y devscripts shellcheck
|
||||||
|
|
||||||
|
script:
|
||||||
|
- make test
|
Loading…
Reference in a new issue