Skip to content

Commit 5db0fea

Browse files
author
Ivan Yelizariev
authored
Merge pull request it-projects-llc#752 from kaadevelop/11.0
🛡️ services postgresql 11.0
2 parents 2426080 + 5979d7d commit 5db0fea

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22

33
python:
44
- "3.5"
5-
5+
66
sudo: false
77
cache: pip
88

@@ -12,6 +12,11 @@ addons:
1212
- expect-dev # provides unbuffer utility
1313
- python-lxml # because pip installation is slow
1414

15+
16+
services:
17+
- postgresql: "9.5"
18+
19+
1520
env:
1621
global:
1722
- VERSION="11.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" UNIT_TEST="0"

0 commit comments

Comments
 (0)