mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 01:37:14 +01:00
switch Travis image
This commit is contained in:
parent
f093ac96ef
commit
6a5f3c8093
22
.travis.yml
22
.travis.yml
@ -1,15 +1,21 @@
|
|||||||
language: ruby
|
language: bash
|
||||||
|
|
||||||
os:
|
# Use container-based infrastructure for quicker build start-up
|
||||||
- osx
|
sudo: false
|
||||||
|
|
||||||
install:
|
addons:
|
||||||
- brew update
|
apt:
|
||||||
- brew install shellcheck
|
sources:
|
||||||
|
- debian-sid # Grab shellcheck from the Debian repo (o_O)
|
||||||
|
packages:
|
||||||
|
- shellcheck
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- shellcheck bash_*
|
- bash -c 'shopt -s globstar; shellcheck **/bash_*'
|
||||||
- shellcheck bin/*.sh
|
- bash -c 'shopt -s globstar; shellcheck **/*.{sh,bash}'
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
Loading…
Reference in New Issue
Block a user