Skip to content

Commit e51e59c

Browse files
committed
hold back on postgres update
1 parent 06afc5b commit e51e59c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
before_script:
33
- psql -c 'create database pycon2016;' -U postgres
44
sudo: false
5+
addons:
6+
postgresql: "9.6"
57
language: python
68
python:
79
- "2.7"

0 commit comments

Comments
 (0)