Skip to content
Snippets Groups Projects
Commit 309a8bb9 authored by Christian Rebischke's avatar Christian Rebischke Committed by GitHub
Browse files

Merge pull request #23 from kBite/make-travis-validate-json

Make travis validate json
parents 1a81d3ab 14754c44
No related branches found
No related tags found
No related merge requests found
language: generic
dist: trusty
sudo: false
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"
install:
- wget "${PACKER_URL}"
- unzip "${PACKER_ZIP}"
script:
- ./packer --version
- ./packer validate vagrant.json
notifications:
- email: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment