mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 05:30:08 +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
|
||||
dist: trusty
|
||||
# Tests
|
||||
# Verify the install script
|
||||
|
||||
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
|
||||
# minimal = sh
|
||||
os: linux
|
||||
language: minimal
|
||||
|
||||
dist: bionic
|
||||
|
||||
git:
|
||||
depth: 3
|
||||
quiet: true
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- themify
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y shellcheck nano
|
||||
|
||||
|
||||
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