1
0
mirror of synced 2025-02-16 20:13:19 +03:00
setup-ipsec-vpn/.travis.yml

17 lines
174 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:
2016-05-10 23:51:49 -05:00
- shellcheck *.sh extras/*.sh
2016-04-15 17:47:02 -05:00
matrix:
fast_finish: true