.travis.yml changes
This commit is contained in:
parent
a8b516962b
commit
aad184493c
1 changed files with 6 additions and 1 deletions
|
@ -11,7 +11,12 @@ targets:
|
||||||
- postgresql
|
- postgresql
|
||||||
- postgresql-server
|
- postgresql-server
|
||||||
- postgresql-devel
|
- postgresql-devel
|
||||||
|
ubuntu-16.04:
|
||||||
|
dependencies:
|
||||||
|
- httpd
|
||||||
|
- postgresql
|
||||||
|
- postgresql-server
|
||||||
|
- postgresql-devel
|
||||||
before:
|
before:
|
||||||
- uname -a
|
- uname -a
|
||||||
- ruby -v
|
- ruby -v
|
||||||
|
|
Loading…
Reference in a new issue