Skip to content

Commit

Permalink
travis: Set up configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
  • Loading branch information
nathanchance committed Mar 28, 2019
1 parent 61f65e6 commit 6459229
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: minimal

os: linux

dist: trusty

services:
- docker

script:
- |
docker run \
--rm \
--workdir /travis \
--volume ${TRAVIS_BUILD_DIR}:/travis:ro \
r.j3ss.co/shellcheck shellcheck *.sh

0 comments on commit 6459229

Please sign in to comment.