mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-24 11:01:25 +01:00
switch to travis-ci.com
This commit is contained in:
parent
baa1e36ee3
commit
9356f3b268
@ -3,12 +3,9 @@ language: bash
|
|||||||
# Use container-based infrastructure for quicker build start-up
|
# Use container-based infrastructure for quicker build start-up
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
addons:
|
before_install:
|
||||||
apt:
|
- sudo apt-get -qq update
|
||||||
sources:
|
- sudo apt-get install shellcheck
|
||||||
- debian-sid # Grab shellcheck from the Debian repo (o_O)
|
|
||||||
packages:
|
|
||||||
- shellcheck
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- bash -c 'shopt -s globstar; shellcheck **/bash*'
|
- bash -c 'shopt -s globstar; shellcheck **/bash*'
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
> 👩🎤 personal dotfiles, scrambled together from the interwebz. Highly macOS oriented.
|
> 👩🎤 personal dotfiles, scrambled together from the interwebz. Highly macOS oriented.
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/kremalicious/dotfiles.svg?branch=master)](https://travis-ci.org/kremalicious/dotfiles)
|
[![Build Status](https://travis-ci.com/kremalicious/dotfiles.svg?branch=master)](https://travis-ci.com/kremalicious/dotfiles)
|
||||||
|
|
||||||
![hackerman](https://cloud.githubusercontent.com/assets/90316/26279873/9240a9d8-3dc0-11e7-9353-783b36ae6aff.jpg)
|
![hackerman](https://cloud.githubusercontent.com/assets/90316/26279873/9240a9d8-3dc0-11e7-9353-783b36ae6aff.jpg)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user