Skip to content
Snippets Groups Projects
Commit c85546ac authored by nimrod's avatar nimrod
Browse files

Merge branch 'master' of /home/nimrod/Documents/Shore/Ansible/example

# Conflicts:
#	.travis.yml
parents 1752a511 37a52d87
Branches
No related tags found
No related merge requests found
...@@ -5,23 +5,24 @@ dist: trusty ...@@ -5,23 +5,24 @@ dist: trusty
sudo: True sudo: True
group: beta group: beta
env: env:
global:
- VBOX_MEMORY=2048
matrix:
- platform: openbsd60 - platform: openbsd60
- &openbsd59 platform=openbsd59 - &openbsd59 platform=openbsd59
- &openbsd56 platform=openbsd56 - &openbsd56 platform=openbsd56
- platform: xenial - platform: xenial
- platform: trusty - platform: trusty
- &jessie platform=jessie
- &wheezy platform=wheezy
- platform: precise - platform: precise
- &stretch platform=stretch - &stretch platform=stretch
- platform: jessie
- platform: wheezy
matrix: matrix:
fast_finish: True fast_finish: True
allow_failures: allow_failures:
- python: "3.5" - python: "3.5"
- env: *openbsd59 - env: *openbsd59
- env: *openbsd56 - env: *openbsd56
- env: *jessie
- env: *wheezy
- env: *stretch - env: *stretch
cache: cache:
- pip - pip
...@@ -39,7 +40,7 @@ install: ...@@ -39,7 +40,7 @@ install:
script: script:
- pre-commit run --all-files - pre-commit run --all-files
- molecule test --platform $platform - travis_wait 45 molecule test --platform $platform
notifications: notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/ webhooks: https://galaxy.ansible.com/api/v1/notifications/
......
...@@ -47,4 +47,5 @@ vagrant: ...@@ -47,4 +47,5 @@ vagrant:
- | - |
vm.provider "virtualbox" do |v| vm.provider "virtualbox" do |v|
v.customize "pre-boot", ["modifyvm", :id, "--hwvirtex", "off"] v.customize "pre-boot", ["modifyvm", :id, "--hwvirtex", "off"]
v.memory = ENV['VBOX_MEMORY'].to_i if ENV.has_key?('VBOX_MEMORY')
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment