Skip to content

Commit

Permalink
Merge pull request #703 from chef/travis
Browse files Browse the repository at this point in the history
Only build on master
  • Loading branch information
Seth Thomas authored Nov 15, 2016
2 parents 725e232 + a6520a6 commit d169c8c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
sudo: false

rvm:
- 2.2
- 2.3.1

before_install: wget --no-check-certificate https://releases.hashicorp.com/packer/0.9.0/packer_0.9.0_linux_amd64.zip && unzip -d packer packer_0.9.0_linux_amd64.zip
branches:
only:
- master

before_install: wget --no-check-certificate https://releases.hashicorp.com/packer/0.10.2/packer_0.10.2_linux_amd64.zip && unzip -d packer packer_0.10.2_linux_amd64.zip
before_script: export PATH=$PATH:$PWD/packer

script: ./bin/bento normalize

0 comments on commit d169c8c

Please sign in to comment.