Skip to content

Commit

Permalink
Use travis.debian.net for travis builds
Browse files Browse the repository at this point in the history
While at it drop irrelevant stuff from .travis.yml.

Thanks Chris Lamb <[email protected]> for https://travis.debian.net/ \o/
  • Loading branch information
mika committed Jul 23, 2018
1 parent 1fcd407 commit 242470a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ sudo: required

services:
- docker
- bash -c 'shellcheck grml-debootstrap chroot-script'

before-install:
- docker pull koalaman/shellcheck:stable
env:
- TRAVIS_DEBIAN_DISTRIBUTION=stretch
- TRAVIS_DEBIAN_DISTRIBUTION=unstable TRAVIS_DEBIAN_INCREMENT_VERSION_NUMBER=true

script:
- docker run koalaman/shellcheck --version
- docker run -v "$(pwd)":/code koalaman/shellcheck -e SC2181 /code/chroot-script /code/grml-debootstrap
- docker run koalaman/shellcheck:stable --version
- docker run -v "$(pwd)":/code koalaman/shellcheck:stable -e SC2181 /code/chroot-script /code/grml-debootstrap
- wget -O- http://travis.debian.net/script.sh | sh -

matrix:
fast_finish: true

0 comments on commit 242470a

Please sign in to comment.