diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2018-12-15 11:08:16 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-15 08:08:29 -0500 |
commit | 78574557296dc004e1eab95c4839d5cf40c96638 (patch) | |
tree | 1971f338b5ba6cb38d3ff112a6287041200a21ba /.travis.yml | |
parent | 136e6e7cebbba00e7bd33cb1bc1e660e01e966fd (diff) | |
download | tor-78574557296dc004e1eab95c4839d5cf40c96638.tar.gz tor-78574557296dc004e1eab95c4839d5cf40c96638.zip |
Add shellcheck to Travis CI builds
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2ea529e252..474f6867fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -131,6 +131,7 @@ addons: - docbook-xsl - docbook-xml - xmlto + - shellcheck ## (OSX only) homebrew: packages: @@ -154,6 +155,7 @@ addons: ## Always installed, because manual brew installs are hard to get right - asciidoc - xmlto + - shellcheck ## (OSX only) Use the default OSX image ## See https://docs.travis-ci.com/user/reference/osx#os-x-version |