From c919b2d7e2b929a8bbb0a268e1dc798fddc624e0 Mon Sep 17 00:00:00 2001 From: Tiago Programmer Date: Wed, 18 Dec 2019 21:11:06 +0000 Subject: [PATCH] Testing Travis --- .travis.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a18e529..295cc43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,13 +12,17 @@ git: branches: only: - - master +# - master - themify 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 apt-get update -qq -y # - sudo apt-get install -qq -y shellcheck -script: ./tests.sh +# script: ./tests.sh