Testing Travis

This commit is contained in:
Tiago Programmer 2019-12-18 21:11:06 +00:00 committed by GitHub
parent 238a74c92c
commit c919b2d7e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,17 @@ git:
branches: branches:
only: only:
- master # - master
- themify - themify
before_install: before_install:
# Add unstable repos for the last version of nano - sudo apt-get update -qq -y
- nano --version
- shellcheck --version
# Add unstable repos for the last version of nano
# - sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse" # - sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse"
# - sudo apt-get update -qq -y # - sudo apt-get update -qq -y
# - sudo apt-get install -qq -y shellcheck # - sudo apt-get install -qq -y shellcheck
script: ./tests.sh # script: ./tests.sh