Skip to content

Commit

Permalink
Move Travis CI Linux env to Ubuntu Bionic (18.04)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Jul 21, 2019
1 parent a4d1d04 commit b7a4d6a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ matrix:
include:

- os: linux
dist: xenial
dist: bionic
env:
- task=shfmt
services:
Expand All @@ -24,15 +24,15 @@ matrix:
- git diff --stat=220 --color --exit-code

- os: linux
dist: xenial
dist: bionic
env:
- task=shellcheck
script:
- shellcheck -V
- find . -type f -name "*.sh" | xargs -n 1 shellcheck

- os: linux
dist: xenial
dist: bionic
language: node_js
env:
- task=markdown-link-check
Expand All @@ -47,7 +47,7 @@ matrix:
- find . -type f -name "*.md" | xargs -n 1 markdown-link-check

- os: linux
dist: xenial
dist: bionic
language: node_js
env:
- task=doctoc-check
Expand All @@ -67,7 +67,7 @@ matrix:
fi

- os: linux
dist: xenial
dist: bionic
services:
- docker
env:
Expand All @@ -76,7 +76,7 @@ matrix:
- docker run -e DEBIAN_FRONTEND=noninteractive -it --rm -v "${PWD}:/transgui" debian:stretch-backports bash -c "cd /transgui/ && ./setup/unix/debian-ubuntu-install_deps.sh && lazbuild -B transgui.lpi --lazarusdir=/usr/lib/lazarus/default/ && make -j$(nproc) zipdist && ls -al ./Release/transgui-$PROG_VER-x86_64-linux.zip"

- os: linux
dist: xenial
dist: bionic
services:
- docker
env:
Expand Down Expand Up @@ -104,7 +104,7 @@ matrix:
tags: true

- os: linux
dist: xenial
dist: bionic
services:
- docker
env:
Expand Down Expand Up @@ -132,7 +132,7 @@ matrix:
tags: true

- os: linux
dist: xenial
dist: bionic
services:
- docker
env:
Expand Down Expand Up @@ -164,7 +164,7 @@ matrix:
tags: true

- os: linux
dist: xenial
dist: bionic
services:
- docker
env:
Expand Down

0 comments on commit b7a4d6a

Please sign in to comment.