mirror of
https://github.com/scopatz/nanorc
synced 2025-08-04 08:30:04 +02:00
Testing Travis
This commit is contained in:
parent
238a74c92c
commit
c919b2d7e2
10
.travis.yml
10
.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user