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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
17 deletions
-
.travis.yml
|
|
|
@ -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 |