Browse Source

Merge pull request #602 from PeterDaveHelloKitchen:CleanUpTravisConfig

Remove deprecated Travis CI config
pull/603/head
Tim Kimber 5 years ago
committed by GitHub
parent
commit
57e2628f33
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 17 deletions
  1. +0
    -17
      .travis.yml

+ 0
- 17
.travis.yml View File

@ -1,17 +0,0 @@
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