Remove Travis

This commit is contained in:
Reuben Morais 2020-12-08 12:34:00 +02:00
parent 25c4f97aa7
commit 0e2209e2b3

View File

@ -1,22 +0,0 @@
language: python
cache: pip
before_cache:
- rm ~/.cache/pip/log/debug.log
python:
- "3.6"
jobs:
include:
- name: cardboard linter
install:
- pip install --upgrade cardboardlint pylint
script: |
# Run cardboardlinter, in case of pull requests
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
if [ "$TRAVIS_BRANCH" != "master" ]; then
git fetch origin $TRAVIS_BRANCH:$TRAVIS_BRANCH
fi
cardboardlinter --refspec $TRAVIS_BRANCH -n auto;
fi