From 8a2e7f42c9cdbff158d128d14672fd1a6bee4f72 Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Sun, 25 Feb 2018 19:15:44 +0100 Subject: [PATCH] new packer version + fixed travis (hopefully) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f48db63..93f7506 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ env: global: # 20170821: as of writing there is no 'latest' (hashicorp/packer/issues/5265) - PACKER_ZIP="packer_1.0.4_linux_amd64.zip" - - PACKER_URL="https://releases.hashicorp.com/packer/1.0.4/packer_1.0.4_linux_amd64.zip" + - PACKER_URL="https://releases.hashicorp.com/packer/1.2.1/packer_1.2.1_linux_amd64.zip" install: - wget "${PACKER_URL}" @@ -16,7 +16,7 @@ install: script: - ./packer --version -- ./packer validate -var "iso_url=https://downloads.archlinux.de/iso/$(date +'%Y.%m').01/archlinux-$(date +'%Y.%m').01-x86_64.iso" -var "iso_checksum_url=https://downloads.archlinux.de/iso/$(date +'%Y.%m'.01/sha1sums.txt" vagrant.json +- ./packer validate -var "iso_url=https://downloads.archlinux.de/iso/$(date +'%Y.%m').01/archlinux-$(date +'%Y.%m').01-x86_64.iso" -var "iso_checksum_url=https://downloads.archlinux.de/iso/$(date +'%Y.%m').01/sha1sums.txt" vagrant.json notifications: - email: false