mirror of
https://github.com/scopatz/nanorc
synced 2024-11-23 09:05:39 +01:00
introduce travis/shellcheck
This commit is contained in:
parent
6a71b6f185
commit
211ef14724
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
sudo: required
|
||||||
|
dist: trusty
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- echo 'deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse' | sudo tee -a /etc/apt/sources.list
|
||||||
|
- sudo apt-get -qq update
|
||||||
|
- sudo apt-get install -y shellcheck
|
||||||
|
|
||||||
|
git:
|
||||||
|
depth: 3
|
||||||
|
|
||||||
|
script: ./shellcheck.sh
|
4
shellcheck.sh
Executable file
4
shellcheck.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh -ev
|
||||||
|
# Shellcheck the script
|
||||||
|
|
||||||
|
shellcheck install.sh
|
Loading…
Reference in New Issue
Block a user