Merge pull request #13 from denouche/build/enableTravis

build: add travis support for shellcheck
pull/16/head
Didier BONNEFOI 2018-08-13 10:56:13 +02:00 committed by GitHub
commit ec0e2e8a0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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