Skip to content

Commit

Permalink
Merge pull request #360 from chef/packer-0.7.5
Browse files Browse the repository at this point in the history
TravisCI project updates
  • Loading branch information
fnichol committed May 25, 2015
2 parents f8cd03d + fe52388 commit 6102c8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
rvm:
- 2.1.2
- 2.2

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

script: bundle exec thor packer:validate

sudo: false
9 changes: 1 addition & 8 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
source "https://rubygems.org"

gem "vagrant", :git => 'https://github.com/mitchellh/vagrant.git', :tag => 'v1.3.5'
gem "veewee", "~> 0.3.12"
gem "vagrant-windows", "~> 1.2.1"
gem "em-winrm" # for windows!
gem "rake"

group :test do
gem "thor"
end
gem "thor"

0 comments on commit 6102c8a

Please sign in to comment.