Skip to content

Commit

Permalink
Use Ruby 2.3.1 and Packer 0.10.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Oct 21, 2016
1 parent dd3b7e9 commit a6520a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
sudo: false

rvm:
- 2.2.5
- 2.3.1

branches:
only:
- master

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
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 a6520a6

Please sign in to comment.