mirror of
https://github.com/scopatz/nanorc
synced 2025-08-04 16:30:24 +02:00
Testing Travis
This commit is contained in:
parent
238a74c92c
commit
c919b2d7e2
@ -12,13 +12,17 @@ git:
|
|||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
# - master
|
||||||
- themify
|
- themify
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- sudo apt-get update -qq -y
|
||||||
|
- nano --version
|
||||||
|
- shellcheck --version
|
||||||
|
|
||||||
# Add unstable repos for the last version of nano
|
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user