~m-grant-prg/dnsmasq-logrotate/stretch

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: Mark Grant
  • Date: 2020-12-21 11:13:16 UTC
  • mfrom: (43.1.1 stretch-trunk)
  • Revision ID: m.grant.prg@gmail.com-20201221111316-3ukoaigbpxf3bos4
Merge from stretch-trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#########################################################################
2
2
#                                                                       #
3
3
# File ID: ./.travis.yml                                                #
4
 
# Author: Copyright (C) 2019  Mark Grant                                #
 
4
# Author: Copyright (C) 2019, 2020  Mark Grant                          #
5
5
#                                                                       #
6
6
# Released under the GPLv3 only.                                        #
7
7
# SPDX-License-Identifier: GPL-3.0                                      #
20
20
# 14/08/2019    MG      1.0.2   Minimum required build environment is   #
21
21
#                               os: - linux, dist: - xenial but this is #
22
22
#                               now the default, so remove specifics.   #
 
23
# 07/07/2020    MG      1.0.3   Bionic is now the minimum distribution  #
 
24
#                               due to dependencies built on LaunchPad. #
23
25
#                                                                       #
24
26
#########################################################################
25
27
 
26
28
 
27
29
language: bash
28
30
 
 
31
dist:
 
32
    - bionic
 
33
 
29
34
before_install:
30
35
    - sudo add-apt-repository ppa:m-grant-prg/utils -y
31
36
    - sudo apt-get update