mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-02 19:54:20 +01:00
Delete .travis.yml
This commit is contained in:
21
.travis.yml
21
.travis.yml
@@ -1,21 +0,0 @@
|
||||
language: bash
|
||||
|
||||
sudo: required
|
||||
service: docker
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- docker-ce
|
||||
|
||||
before_install:
|
||||
- shopt -s globstar
|
||||
- docker pull koalaman/shellcheck
|
||||
- docker pull stedolan/jq
|
||||
|
||||
script:
|
||||
- docker run -v $(pwd):/mnt koalaman/shellcheck **/*.sh
|
||||
- cat -- **/*.json | docker run -v $(pwd):/mnt stedolan/jq '.'
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
Reference in New Issue
Block a user