mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 13:40:07 +02:00
Update travis rules
This commit is contained in:
parent
469b554a54
commit
d83d916314
24
.travis.yml
24
.travis.yml
@ -1,12 +1,24 @@
|
|||||||
sudo: required
|
# Tests
|
||||||
dist: trusty
|
# Verify the install script
|
||||||
|
|
||||||
before_install:
|
# minimal = sh
|
||||||
- echo 'deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse' | sudo tee -a /etc/apt/sources.list
|
os: linux
|
||||||
- sudo apt-get -qq update
|
language: minimal
|
||||||
- sudo apt-get install -y shellcheck
|
|
||||||
|
dist: bionic
|
||||||
|
|
||||||
git:
|
git:
|
||||||
depth: 3
|
depth: 3
|
||||||
|
quiet: true
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- themify
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get update
|
||||||
|
- sudo apt-get install -y shellcheck nano
|
||||||
|
|
||||||
|
|
||||||
script: ./shellcheck.sh
|
script: ./shellcheck.sh
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
#!/bin/sh -ev
|
|
||||||
# Shellcheck the script
|
|
||||||
|
|
||||||
shellcheck install.sh
|
|
Loading…
x
Reference in New Issue
Block a user