diff --git a/.travis.yml b/.travis.yml index cde67abd7..96453d392 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ +sudo: false + rvm: - 2.2 -before_install: wget --no-check-certificate https://dl.bintray.com/mitchellh/packer/packer_0.8.6_linux_amd64.zip && unzip -d packer packer_0.8.6_linux_amd64.zip +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_script: export PATH=$PATH:$PWD/packer script: ./bin/bento normalize - -sudo: false