Skip to content

Commit

Permalink
Update to Packer 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandunn committed Apr 30, 2014
1 parent 1ff341d commit 2e4a870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rvm:
- 2.0.0

before_install: wget --no-check-certificate https://dl.bintray.com/mitchellh/packer/0.5.1_linux_amd64.zip && unzip -d packer 0.5.1_linux_amd64.zip
before_install: wget --no-check-certificate https://dl.bintray.com/mitchellh/packer/0.5.2_linux_amd64.zip && unzip -d packer 0.5.2_linux_amd64.zip
before_script: export PATH=$PATH:$PWD/packer

script: bundle exec thor packer:validate

0 comments on commit 2e4a870

Please sign in to comment.