Skip to content

Commit

Permalink
Implement Travis-CI for basic sanity checking of templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian C. Dunn committed Nov 28, 2013
1 parent 49c539c commit da8e0f4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 139 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
rvm:
- 1.9.3
- 2.0.0

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

script: bundle exec thor packer:validate
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -5,3 +5,7 @@ gem "veewee", "~> 0.3.12"
gem "vagrant-windows", "~> 1.2.1"
gem "em-winrm" # for windows!
gem "rake"

group :test do
gem "thor"
end
139 changes: 0 additions & 139 deletions Gemfile.lock

This file was deleted.

0 comments on commit da8e0f4

Please sign in to comment.