build: add travis support for shellcheck

build/enableTravis
antoine.leveugle 2018-06-22 13:52:22 +02:00
parent 68c4fbe815
commit 99b2f49644
1 changed files with 16 additions and 0 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
sudo: required
language: bash
services:
- docker
before_install:
- docker pull koalaman/shellcheck
script:
- docker run -v $(pwd):/scripts koalaman/shellcheck /scripts/ovh-api-bash-client.sh
matrix:
fast_finish: true