Skip to content

Commit

Permalink
Merge pull request #139 from plone/update_travis_ci
Browse files Browse the repository at this point in the history
Update .travis to use bionic and --become
  • Loading branch information
smcmahon authored Nov 23, 2019
2 parents b79a937 + 96ca298 commit 6c203e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
language: python
python: "2.7"
sudo: required
dist: trusty
dist: bionic

env:
- SITE=test.yml
Expand All @@ -21,4 +21,4 @@ script:
- "ansible-playbook -i inventory $SITE --syntax-check"

# Run the role/playbook with ansible-playbook.
- "ansible-playbook -i inventory $SITE --connection=local --sudo"
- "ansible-playbook -i inventory $SITE --connection=local --become"
3 changes: 3 additions & 0 deletions HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
1.3.8 (unreleased)

- Fix CI by updating .travis to use bionic and --become rather than --sudo.
[smcmahon]

- Earlier buildout fix in this release introduced a typo that broke buildout operation under some conditions. Fixed.
[smcmahon]

Expand Down

0 comments on commit 6c203e6

Please sign in to comment.