aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add: Debian 9 ("Stretch") support.William Yeh2017-09-141-0/+16
|
* Add: Windows managed node support via "pywinrm".William Yeh2017-09-131-60/+0
| | | | | | Remove: old distributions wheezy, precise, centos6. Remove: Ansible 1.9 was not supported in CentOS EPEL. See http://www.spinics.net/linux/fedora/epel-devel/msg00792.html
* Add: `mini-debian8` tag.William Yeh2016-06-021-3/+7
|
* Add: new `mini` series for building minimal images from playbooks.William Yeh2016-05-301-0/+9
|
* Add: support for Ubuntu 16.04 LTS (Xenial).William Yeh2016-05-101-0/+12
| | | | | | | | | | Fix: 1. OS-level packages `libffi-dev` and `libssl-dev`/`openssl-dev` should be installed explicitly since Ansible 2.0.2.0(???). 2. Python package cffi should be installed explicitly since Ansible 2.0.2.0(???). 3. add '--fix-missing' for apt. @see https://github.com/boxcutter/ubuntu/issues/62 @see https://github.com/pyca/cryptography/issues/2280
* Add: systemd support in CentOS 7William Yeh2016-03-291-6/+6
| | | | | @see https://hub.docker.com/_/centos/ @see https://github.com/vlisivka/docker-centos7-systemd-unpriv
* Add: Ansible 1.9 series.William Yeh2016-03-081-6/+57
|
* Add: building from source tree.William Yeh2015-12-151-0/+41
| | | | | | | Fix: systemd conflicts with new CentOS7 image; See https://forums.docker.com/t/yum-update-fails-for-centos-7-container/5060 Fix: ca-certificates should be installed in Debian 7 for `git clone` source tree.
* Add: support for Alpine 3William Yeh2015-09-171-0/+6
|
* Update: use new Docker mechanism for Travis CIWilliam Yeh2015-09-171-36/+44
|
* Update: simplify circle.yml to leverage CircleCI's upgrading to Docker 1.6.2William Yeh2015-07-091-12/+12
|
* Try: stable version of travis-dockerWilliam Yeh2015-06-021-1/+8
|
* Update for travis-docker's changeWilliam Yeh2015-05-201-0/+2
| | | | See https://github.com/moul/travis-docker/pull/13
* Add: support for CentOS 7.William Yeh2015-04-281-0/+32