setup-ipsec-vpn/.travis.yml

14 lines
204 B
YAML
Raw Normal View History

2016-04-16 00:47:02 +02:00
language: bash
2018-05-01 10:35:41 +02:00
sudo: false
dist: trusty
2016-04-16 00:47:02 +02:00
script:
- export SHELLCHECK_OPTS="-e SC1091,SC1117"
2018-05-01 10:35:41 +02:00
- shellcheck --version
2017-01-06 23:08:17 +01:00
- shellcheck *.sh extras/*.sh
2016-12-28 20:24:17 +01:00
notifications:
email:
- linsongui@gmail.com