Skip to content

Commit

Permalink
Merge pull request #99 from lemberg/issue/travis-build-broken
Browse files Browse the repository at this point in the history
Use Python 2.7 on Travis
  • Loading branch information
T2L committed May 13, 2019
2 parents 8de4c29 + 837c3d7 commit 6ba4a20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: required

language: python
python: "2.7"

env:
- GUEST_OS=ubuntu-16.04
Expand Down Expand Up @@ -34,10 +35,10 @@ before_install:
- sudo apt-get -y --force-yes install linux-headers-`uname -r`
# Install VirtualBox 5.2
- sudo apt-get install virtualbox-5.2
# Install Vagrant 2.2.0
# Install Vagrant 2.2.4
# Todo: install from a package repository, not from a hardcoded URL.
- curl -O https://releases.hashicorp.com/vagrant/2.2.0/vagrant_2.2.0_x86_64.deb
- sudo dpkg -i vagrant_2.2.0_x86_64.deb
- curl -O https://releases.hashicorp.com/vagrant/2.2.4/vagrant_2.2.4_x86_64.deb
- sudo dpkg -i vagrant_2.2.4_x86_64.deb

install:
- composer install --no-interaction --no-progress --no-suggest
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Draft Environment 3.x.x

- [GH-98](https://github.com/lemberg/draft-environment/issues/98) - Fix broken Travis CI; update Vagrant to version 2.2.4 on Travis CI
- [GH-82](https://github.com/lemberg/draft-environment/issues/82) - Ensure that PasswordAuthentication and ChallengeResponseAuthentication are enabled. See https://serverfault.com/questions/98289/ssh-doesnt-ask-for-password-gives-permission-denied-immediately
- [GH-81](https://github.com/lemberg/draft-environment/issues/81) - Fixed Ansible warning:

Expand Down

0 comments on commit 6ba4a20

Please sign in to comment.