Merge lp:~jelmer/brz/travis-apt into lp:brz

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/travis-apt
Merge into: lp:brz
Diff against target: 14 lines (+3/-1)
1 file modified
.travis.yml (+3/-1)
To merge this branch: bzr merge lp:~jelmer/brz/travis-apt
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+345327@code.launchpad.net

Commit message

Opt into apt update in the travis build.

Description of the change

Opt into apt update in the travis build.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

Rubberstamp! Proposer approves of own proposal.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.travis.yml'
2--- .travis.yml 2018-05-09 23:46:49 +0000
3+++ .travis.yml 2018-05-10 00:38:02 +0000
4@@ -1,7 +1,9 @@
5 language: python
6+addons:
7+ apt:
8+ update: true
9 sudo: false
10 cache: pip
11-
12 python:
13 - 3.5
14 - 3.6

Subscribers

People subscribed via source and target branches