Browse Source

Testing Travis CI

pull/165/merge
srvrco 9 years ago
parent
commit
718ef57b23
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      .travis.yml

+ 17
- 0
.travis.yml View File

@ -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 getssl'
matrix:
fast_finish: true

Loading…
Cancel
Save