1
0
mirror of synced 2024-11-22 21:16:02 +03:00
setup-ipsec-vpn/.travis.yml

17 lines
162 B
YAML
Raw Normal View History

2016-04-16 01:47:02 +03:00
language: bash
sudo: false
addons:
apt:
sources:
- debian-sid
packages:
- shellcheck
script:
- shellcheck *.sh
matrix:
fast_finish: true