mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
introduce travis/shellcheck
This commit is contained in:
parent
6a71b6f185
commit
211ef14724
2 changed files with 16 additions and 0 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue