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

14 lines
204 B
YAML
Raw Normal View History

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