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