Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 84187d6

Browse files
committed
chore(build): debug travis with pg 9.6
1 parent ccaa8d4 commit 84187d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ node_js:
77
- 10
88
sudo: false
99
addons:
10-
postgresql: '9.4'
10+
postgresql: '9.6'
1111
before_script:
1212
- MIX_ENV=test mix deps.get
1313
- nvm install 8.10 && nvm use 8.10

0 commit comments

Comments
 (0)