History log of /PHP-8.1/travis/setup-pgsql.sh (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# cf3d3cd8 20-May-2020 Gerard Roche

Fix PostgreSQL and MySQL setup on Travis CI

Note that the PostgreSQL tests still don't work on some architectures.

Closes GH-5607.


# 850feffa 12-Apr-2020 George Peter Banyard

Add S390X architecture as a Travis job

This gives us a way to compile and test a big endian architecture.

Closes GH-5382.


Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5
# bd379df4 23-Oct-2019 Nikita Popov

Add ARM64 CI to Travis

We need to install a number of additional packages that are installed
by default on the AMD64 workers.

We also have to manually set up the MySQL user.

Add ARM64 CI to Travis

We need to install a number of additional packages that are installed
by default on the AMD64 workers.

We also have to manually set up the MySQL user.

For now we don't set up Postgres -- if anyone wants to figure that
out, it would be great ;)

Log redirections in compile.sh are removed, because /dev/stdout is
not accessible. We don't see to use this anyway.

show more ...


# a8b4e40f 25-Oct-2019 Nikita Popov

Simplify travis setup scripts

Reduce duplication.