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

- Added Ubuntu Precise.

- Replaced Debian Wheezy and Jessie Vagrant boxes.
parent 21299050
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ env: ...@@ -13,6 +13,7 @@ env:
driver: vagrant driver: vagrant
- platform: trusty - platform: trusty
driver: vagrant driver: vagrant
- &precise platform=precise driver=vagrant
- &jessie platform=jessie driver=vagrant - &jessie platform=jessie driver=vagrant
- &wheezy platform=wheezy driver=vagrant - &wheezy platform=wheezy driver=vagrant
- driver: docker - driver: docker
...@@ -22,6 +23,7 @@ matrix: ...@@ -22,6 +23,7 @@ matrix:
allow_failures: allow_failures:
- python: "3.4" - python: "3.4"
- env: *openbsd59 - env: *openbsd59
- env: *precise
- env: *jessie - env: *jessie
- env: *wheezy - env: *wheezy
cache: cache:
......
...@@ -24,10 +24,12 @@ vagrant: ...@@ -24,10 +24,12 @@ vagrant:
box: ubuntu/xenial32 box: ubuntu/xenial32
- name: trusty - name: trusty
box: ubuntu/trusty32 box: ubuntu/trusty32
- name: precise
box: hashicorp/precise32
- name: jessie - name: jessie
box: debian/jessie32 box: deb/jessie-i386
- name: wheezy - name: wheezy
box: debian/wheezy32 box: deb/wheezy-i386
instances: instances:
- name: example - name: example
options: options:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment