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

17 lines
174 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:
2016-05-11 07:51:49 +03:00
- shellcheck *.sh extras/*.sh
2016-04-16 01:47:02 +03:00
matrix:
fast_finish: true