Skip to content

Commit

Permalink
Bump packer verion
Browse files Browse the repository at this point in the history
  • Loading branch information
qmfrederik committed Oct 19, 2021
1 parent 028f458 commit adfae24
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@ sudo: true
language: bash
dist: bionic

env:
- PACKER_VERSION=1.7.6

jobs:
include:
- env: PROVIDER=qemu TEMPLATE=windows_10 VIRT_GROUP=kvm

install:
# Install Packer. Travis ships with Packer 1.3, which is fairly old
- 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
- sudo unzip -o packer_1.6.0_linux_amd64.zip -d /usr/local/bin
- wget -nv -nc -O packer_$PACKER_VERSION_linux_amd64.zip https://releases.hashicorp.com/packer/$PACKER_VERSION/packer_$PACKER_VERSION_linux_amd64.zip
- sudo unzip -o packer_$PACKER_VERSION_linux_amd64.zip -d /usr/local/bin

# Install ansible
- sudo add-apt-repository -y ppa:ansible/ansible
Expand Down

0 comments on commit adfae24

Please sign in to comment.