summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKilian Engelhardt <kilian.engelhardt@godaddy.com>2017-08-21 12:43:11 +0200
committerKilian Engelhardt <kilian.engelhardt@godaddy.com>2017-08-21 12:43:11 +0200
commit14754c444c1c3f94dce0277885ce607da8337588 (patch)
tree59ea8d079df072bd59f55daa072a48a22ba5c15c
parent99062dcf233ec379675a648b82f99e296c237a26 (diff)
downloadarch-boxes32-14754c444c1c3f94dce0277885ce607da8337588.tar.xz
add comment why packer's version is hardcoded
As of writing there is no 'latest' (hashicorp/packer/issues/5265)
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4dd6fcc..d698deb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ env:
matrix:
- DIST=trusty
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"