Skip to content

Commit

Permalink
Issue geerlingguy#616: Switch travis tests from Ubuntu 14.04 to 16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed May 14, 2016
1 parent 60f7640 commit 077ddbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ env:
IP: 192.168.88.88
matrix:
- distribution: ubuntu
version: 14.04
version: 16.04
init: /sbin/init
run_opts: "--privileged"
- distribution: ubuntu
version: 14.04
version: 16.04
init: /sbin/init
run_opts: "--privileged"
additional_vars: ubuntu-14-nginx.yml
additional_vars: ubuntu-16-nginx.yml
- distribution: centos
version: 7
init: /usr/lib/systemd/systemd
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:14.04
FROM ubuntu:16.04
RUN apt-get update

# Install Ansible
Expand Down
File renamed without changes.

0 comments on commit 077ddbc

Please sign in to comment.