aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKate Ward <kate.ward@forestent.com>2020-04-10 15:30:56 +0200
committerKate Ward <kate.ward@forestent.com>2020-04-10 15:30:56 +0200
commit15b7f4c44c0e3214a745bb31555830f8febb5766 (patch)
treec341971bc8074290efd90c8d186973f451c0a312
parent1e62c871b88589147c23d6def11bc7395deba952 (diff)
downloadshflags-15b7f4c44c0e3214a745bb31555830f8febb5766.tar.gz
Try testing with multiple linux distros.
-rw-r--r--.travis.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a1b2c4b..19174a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,6 @@ script:
os:
- linux
- - dist: bionic
- - dist: xenial
- osx
addons:
@@ -22,6 +20,12 @@ addons:
matrix:
include:
- os: linux
+ # Ubuntu Bionic 18.04
+ dist: bionic
+ - os: linux
+ # Ubuntu Xenial 16.04
+ dist: xenial
+ - os: linux
script:
# Run the source through ShellCheck (http://www.shellcheck.net).
- shellcheck *_test.sh