diff options
author | Austin English <austinenglish@gmail.com> | 2019-10-23 16:11:11 -0500 |
---|---|---|
committer | William Hubbs <william.hubbs@sony.com> | 2019-10-28 16:48:40 -0500 |
commit | 19cfd82dadf2e52299cf3752deb04562be52145c (patch) | |
tree | 5509baea00b42de6a97912c43f62ee57994e6eec | |
parent | 87cfad3d6cd619c6090e8209092448ae68279b0c (diff) |
.travis.yml: install shellcheck
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3651dbe6..8684be30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,5 +24,9 @@ notifications: on_failure: always # options: [always|never|change] default: always on_start: false # default: false +before_install: + - sudo apt-get update + - sudo apt-get install -y shellcheck + script: - ./ci/travis.sh |