Skip to content

Commit 6c04ee9

Browse files
committed
Place the postgresql 9.5 field before the services
-- I'm hoping this will allow me to use v9.5 without breaking my tests
1 parent 9f2a71a commit 6c04ee9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
language: node_js
22
node_js:
33
- "6.11.0"
4-
4+
5+
addons:
6+
postgresql: "9.5"
7+
58
services:
69
- postgresql
710

0 commit comments

Comments
 (0)