setup-ipsec-vpn/.travis.yml

19 lines
312 B
YAML
Raw Normal View History

2016-04-16 00:47:02 +02:00
language: bash
2016-05-14 18:18:16 +02:00
sudo: required
2016-04-16 00:47:02 +02:00
addons:
apt:
sources:
- debian-sid
packages:
- shellcheck
script:
2016-05-11 06:51:49 +02:00
- shellcheck *.sh extras/*.sh
2016-05-14 18:18:16 +02:00
- sudo sed -i "/debian unstable/d" /etc/apt/sources.list
- sudo sh vpnsetup.sh
2016-12-13 18:42:37 +01:00
- sleep 15
- sudo netstat -anpu | grep pluto
- sudo netstat -anpu | grep xl2tpd