Skip to content

Commit

Permalink
remove Travis builds for Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nyalldawson committed Sep 3, 2020
1 parent bca97e5 commit e355cd1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 74 deletions.
15 changes: 0 additions & 15 deletions .ci/travis/docker_image/before_install.sh

This file was deleted.

39 changes: 0 additions & 39 deletions .ci/travis/docker_image/before_script.sh

This file was deleted.

17 changes: 0 additions & 17 deletions .ci/travis/docker_image/install.sh

This file was deleted.

7 changes: 4 additions & 3 deletions .travis.yml
@@ -1,4 +1,4 @@
language: python # This lets us use newer python versions from virtualenv
language: python
python: "3.7"
compiler: clang
dist: bionic
Expand All @@ -8,8 +8,6 @@ cache:
pip: true
directories:
- ${HOME}/.ccache_testing
- ${HOME}/.ccache_docker_build_focal
- ${HOME}/.ccache_docker_build_bionic
timeout: 1000
if: NOT branch =~ /^(cherry-pick-)?backport-\d+-/ AND NOT branch =~ /-patch-\d+$/

Expand Down Expand Up @@ -49,6 +47,7 @@ matrix:
# Label ID can be found here https://api.github.com/repos/qgis/QGIS/labels
- RUN_FLAKY_TESTS=$(.ci/travis/scripts/pr_has_label.py $TRAVIS_PULL_REQUEST 1271248184)

<<<<<<< HEAD
##########################################################
# CODE LAYOUT
##########################################################
Expand Down Expand Up @@ -148,6 +147,8 @@ matrix:
# allow_failures:
# - os: osx

=======
>>>>>>> 440491d69f... remove Travis builds for Docker images (#38397)
git:
depth: 120

Expand Down

0 comments on commit e355cd1

Please sign in to comment.