Skip to content

Commit

Permalink
Merge pull request #36 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Add Travis CI
  • Loading branch information
stevejenkins authored Mar 26, 2018
2 parents 33f220f + e3415b2 commit 48d47c2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: bash

# Use container-based infrastructure for quicker build start-up
sudo: false

addons:
apt:
sources:
- debian-sid # Grab shellcheck from the Debian repo (o_O)
packages:
- shellcheck

script:
- bash -c 'shopt -s globstar; shellcheck postwhite'

matrix:
fast_finish: true

0 comments on commit 48d47c2

Please sign in to comment.