Skip to content

Commit

Permalink
Initial travis integration, running shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed Jul 23, 2018
1 parent be3f819 commit eb121b8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
@@ -0,0 +1,16 @@
language: generic
sudo: required

services:
- docker
- bash -c 'shellcheck grml-debootstrap chroot-script'

before-install:
- docker pull koalaman/shellcheck:stable

script:
- docker run koalaman/shellcheck --version
- docker run -v "$(pwd)":/code koalaman/shellcheck -e SC2181 /code/chroot-script /code/grml-debootstrap

matrix:
fast_finish: true
2 changes: 2 additions & 0 deletions README.md
@@ -1,6 +1,8 @@
grml-debootstrap
================

[![Build Status](https://travis-ci.org/grml/grml-debootstrap.svg?branch=master)](https://travis-ci.org/grml/grml-debootstrap)

This tool is a wrapper suite around debootstrap and cdebootstrap
to ease installation of a pure [Debian](http://debian.org/) system.

Expand Down

0 comments on commit eb121b8

Please sign in to comment.