1
0
mirror of synced 2025-02-07 15:59:25 +03:00
setup-ipsec-vpn/.travis.yml

17 lines
162 B
YAML
Raw Normal View History

2016-04-15 17:47:02 -05:00
language: bash
sudo: false
addons:
apt:
sources:
- debian-sid
packages:
- shellcheck
script:
- shellcheck *.sh
matrix:
fast_finish: true