Browse Source

removed .travis config file

- signed-off-by: trimstray <trimstray@gmail.com>
pull/199/head
trimstray 5 years ago
parent
commit
fa8f4d0fb8
1 changed files with 0 additions and 33 deletions
  1. +0
    -33
      .travis.yml

+ 0
- 33
.travis.yml 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

Loading…
Cancel
Save