removed .travis config file

- signed-off-by: trimstray <trimstray@gmail.com>
pull/199/head
trimstray 2018-08-09 14:17:29 +02:00
parent b8b9ee4982
commit fa8f4d0fb8
1 changed files with 0 additions and 33 deletions

View File

@ -1,33 +0,0 @@
notifications:
email:
recipients:
- git@nslab.at
on_success: always
on_failure: always
branches:
only:
- master
- testing
language: bash
sudo: required
addons:
apt:
packages:
- bash
before_install:
- curl -sSL "https://ftp-master.debian.org/keys/archive-key-7.0.asc" | sudo -E apt-key add -
- echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | sudo tee -a /etc/apt/sources.list > /dev/null
- sudo apt-get update
- sudo apt-get install shellcheck
# after_success:
# - test $TRAVIS_PULL_REQUEST = false && git push
script:
- shellcheck --version
- shellcheck -s bash -e 1072,1094 -x src/* -x lib/* bin/git-template-full