Skip to content

Commit 500afc7

Browse files
committed
Bump packer verion
Set PACKET_LOG to 1
1 parent 813ec6e commit 500afc7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
sudo: true
22
language: bash
3-
dist: bionic
3+
dist: focal
44

55
jobs:
66
include:
7-
- env: PROVIDER=qemu TEMPLATE=windows_10 VIRT_GROUP=kvm
7+
- env: PROVIDER=qemu TEMPLATE=windows_10 VIRT_GROUP=kvm PACKER_VERSION=1.7.6 PACKER_LOG=1
88

99
install:
10-
# Install Packer. Travis ships with Packer 1.3, which is fairly old
11-
- wget -nv -nc -O packer_1.6.0_linux_amd64.zip https://releases.hashicorp.com/packer/1.6.0/packer_1.6.0_linux_amd64.zip
12-
- sudo unzip -o packer_1.6.0_linux_amd64.zip -d /usr/local/bin
10+
# Install Packer.
11+
- wget -nv -nc -O packer_${PACKER_VERSION}_linux_amd64.zip https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip
12+
- sudo unzip -o packer_${PACKER_VERSION}_linux_amd64.zip -d /usr/local/bin
1313

1414
# Install ansible
1515
- sudo add-apt-repository -y ppa:ansible/ansible

0 commit comments

Comments
 (0)