Update travis rules

This commit is contained in:
Tiago Almeida 2019-11-23 22:22:59 +00:00
parent 469b554a54
commit d83d916314
2 changed files with 18 additions and 10 deletions

View File

@ -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

View File

@ -1,4 +0,0 @@
#!/bin/sh -ev
# Shellcheck the script
shellcheck install.sh