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

Commit 6181c31

Browse files
committed
Test update to solve PostgreSQL issues with new base images
Travis CI updated the base images so the hacky PG 10 install is no longer needed and on top of that is failing the builds.
1 parent 5fda6c9 commit 6181c31

File tree

2 files changed

+5
-24
lines changed

2 files changed

+5
-24
lines changed

.travis-postgres10.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ services:
1616
# @see https://github.com/travis-ci/travis-ci/issues/8537#issuecomment-354020356
1717
sudo: required
1818
addons:
19-
postgresql: 9.6
19+
postgresql: "10"
20+
apt:
21+
packages:
22+
- postgresql-10
23+
- postgresql-client-10
2024

2125
cache:
2226
yarn: true
@@ -29,9 +33,6 @@ before_install:
2933
- curl --location https://yarnpkg.com/install.sh | bash -s -- --version "$( node -e "console.log(require('./package.json').engines.yarn)" )"
3034
- export PATH="$HOME/.yarn/bin:$PATH"
3135

32-
# Upgrade to PostgreSQL 10.
33-
- ./.travis-postgres10.sh
34-
3536
install:
3637
- yarn --frozen-lockfile
3738

0 commit comments

Comments
 (0)