1
0
mirror of synced 2025-02-01 04:51:43 +03:00
setup-ipsec-vpn/.travis.yml

14 lines
204 B
YAML
Raw Normal View History

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