History log of /php-src/.travis.yml (Results 1 – 25 of 141)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# a4534faf 02-Mar-2024 Ayesh Karunaratne

ext/openssl: Remove kerberos support

Co-authored-by: Peter Kokot <peterkokot@gmail.com>


# 706e51ad 28-Nov-2023 Ilija Tovilo

Fix travis_wait

It seems travis_wait is broken. Output skipped tests to avoid the timeout.

Closes GH-12822


# 3c7fe92b 24-Nov-2023 Peter Kokot

Remove unused aspell library installation (#12761)

Related to b035cb6c8e31bea351f169b3e9f34fdc562e77e1.


# 4d32e2bb 22-Nov-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Remove more pspell remnants


# 2ca142ec 14-Nov-2023 Daniil Gentili

Improve jit tests

Closes GH-12425


# e3a6dc12 18-Oct-2023 Ilija Tovilo

[skip ci] Set travis_wait timeout to 60m

This was already done for master, but for some reason not for lower branches.


# 29fed1cf 13-Oct-2023 Ilija Tovilo

Remove redundant CI JIT flags

These flags are already set from run-tests.php.


# 2aa2d91a 12-Oct-2023 Ilija Tovilo

Reduce jit_max_root_traces in tests

This value would be so high, occupying 88MB of shm on my machine and effectively
disabling the JIT in some cases.

Co-authored-by: Daniil Gent

Reduce jit_max_root_traces in tests

This value would be so high, occupying 88MB of shm on my machine and effectively
disabling the JIT in some cases.

Co-authored-by: Daniil Gentili <daniil@daniil.it>

show more ...


# 098d9ca7 18-Sep-2023 Daniil Gentili

Trigger JIT tracing&compilation more often

Closes GH-12250


# ccca5972 06-Mar-2023 Ilija Tovilo

Move ARM64 build to Cirrus

Travis is very unreliable lately

Closes GH-10795


# b1ccbc82 28-Feb-2023 Ilija Tovilo

Update to Ubuntu 20.04 for travis build


# 8c20ad10 25-Sep-2022 Ilija Tovilo

Add travis_wait to travis for test.sh

We no longer print skipped tests which can make travis fail due to no
output for longer than 20 minutes.


Revision tags: php-8.2.0RC1, php-8.1.10, php-8.0.23, php-8.0.23RC1, php-8.1.10RC1, php-8.2.0beta3, php-8.2.0beta2, php-8.1.9, php-8.0.22, php-8.1.9RC1, php-8.2.0beta1, php-8.0.22RC1, php-8.0.21, php-8.1.8, php-8.2.0alpha3, php-8.1.8RC1, php-8.2.0alpha2, php-8.0.21RC1, php-8.0.20, php-8.1.7, php-8.2.0alpha1, php-7.4.30, php-8.1.7RC1, php-8.0.20RC1, php-8.1.6, php-8.0.19, php-8.1.6RC1, php-8.0.19RC1, php-8.0.18, php-8.1.5, php-7.4.29, php-8.1.5RC1, php-8.0.18RC1, php-8.1.4, php-8.0.17, php-8.1.4RC1, php-8.0.17RC1, php-8.1.3, php-8.0.16, php-7.4.28, php-8.1.3RC1, php-8.0.16RC1, php-8.1.2, php-8.0.15, php-8.1.2RC1, php-8.0.15RC1, php-8.0.14, php-8.1.1, php-7.4.27, php-8.1.1RC1, php-8.0.14RC1, php-7.4.27RC1, php-8.1.0, php-8.0.13, php-7.4.26, php-7.3.33, php-8.1.0RC6, php-7.4.26RC1, php-8.0.13RC1, php-8.1.0RC5, php-7.3.32, php-7.4.25, php-8.0.12, php-8.1.0RC4, php-8.0.12RC1, php-7.4.25RC1, php-8.1.0RC3, php-8.0.11, php-7.4.24, php-7.3.31, php-8.1.0RC2, php-7.4.24RC1, php-8.0.11RC1, php-8.1.0RC1, php-7.4.23, php-8.0.10, php-7.3.30, php-8.1.0beta3, php-8.0.10RC1, php-7.4.23RC1, php-8.1.0beta2, php-8.0.9, php-7.4.22, php-8.1.0beta1, php-7.4.22RC1, php-8.0.9RC1, php-8.1.0alpha3, php-7.4.21, php-7.3.29, php-8.0.8, php-8.1.0alpha2
# 7eec57c2 16-Jun-2021 Nikita Popov

Test ARM64 JIT on Travis (#7157)

Run tests with tracing JIT, function JIT and tracing JIT under --repeat 2.

As the overall build with three test runs only takes ~15m, I'm enabling t

Test ARM64 JIT on Travis (#7157)

Run tests with tracing JIT, function JIT and tracing JIT under --repeat 2.

As the overall build with three test runs only takes ~15m, I'm enabling this unconditionally, rather than just for nightly builds.

show more ...

Revision tags: php-7.4.21RC1, php-8.0.8RC1
# 7aa0d743 11-Jun-2021 Nikita Popov

Use non-cron builds on travis

Per https://docs.travis-ci.com/user/billing-overview/#partner-queue-solution
it's possible to use arm64, ppc64le and s390x without consuming
credits, as

Use non-cron builds on travis

Per https://docs.travis-ci.com/user/billing-overview/#partner-queue-solution
it's possible to use arm64, ppc64le and s390x without consuming
credits, as these are part of "Partner Queue Solution".

Try running these jobs unconditionally, rather than as cron jobs.
This also requires switching from arm64-graviton2 back to arm64,
as this doesn't seem to extend to arm64-graviton2.

show more ...

Revision tags: php-8.1.0alpha1, php-8.0.7, php-7.4.20
# 4a68067c 25-May-2021 Janakarajan Natarajan <68447808+janaknat@users.noreply.github.com>

Use arm64-graviton2 on Travis (#7016)

Revision tags: php-8.0.7RC1, php-7.4.20RC1, php-8.0.6, php-7.4.19, php-7.4.18, php-7.3.28, php-8.0.5
# d0fd118f 15-Apr-2021 Nikita Popov

Remove AMD64 jobs from Travis

We're only interested in the ARM64 and S390X jobs, x86 is already
extensively tested on Azure.

Revision tags: php-8.0.5RC1, php-7.4.18RC1, php-8.0.4RC1, php-7.4.17RC1, php-8.0.3, php-7.4.16, php-8.0.3RC1, php-7.4.16RC1, php-8.0.2, php-7.4.15, php-7.3.27, php-8.0.2RC1, php-7.4.15RC2, php-7.4.15RC1, php-8.0.1, php-7.4.14, php-7.3.26, php-7.4.14RC1, php-8.0.1RC1, php-7.3.26RC1
# 8b281e5b 27-Nov-2020 Nikita Popov

Only use travis for cron jobs

Our primary CI has been Azure Pipelines for a while now already.
Travis was primarily retained as a) a fast feedback builder and
b) to test architecture

Only use travis for cron jobs

Our primary CI has been Azure Pipelines for a while now already.
Travis was primarily retained as a) a fast feedback builder and
b) to test architectures not available elsewhere.

Due to Travis CI open source policy changes, Travis is no longer
useful as a fast feedback builder. As such, only use it for cron
job builds.

show more ...

Revision tags: php-8.0.0, php-7.3.25, php-7.4.13, php-8.0.0RC5, php-7.4.13RC1, php-8.0.0RC4, php-7.3.25RC1, php-7.4.12, php-8.0.0RC3, php-7.3.24, php-8.0.0RC2, php-7.4.12RC1, php-7.3.24RC1, php-7.2.34, php-8.0.0rc1, php-7.4.11, php-7.3.23
# 9f074a5c 21-Sep-2020 Nikita Popov

Move arm64 job to cron

As we're branching soon, reduce the number of jobs we run on each
commit, so that Travis can keep up with its role as the fast
feedback build.

Revision tags: php-8.0.0beta4, php-7.4.11RC1, php-7.3.23RC1
# edc8dec6 04-Sep-2020 Nikita Popov

Reenable s390x on travis

Only enable it for cron builds. We don't need to run exotic
architectures on every commit and PR.

Closes GH-6076.

# c0d6b05b 04-Sep-2020 Nikita Popov

Update travis to bionic

Revision tags: php-8.0.0beta3, php-7.4.10, php-7.3.22, php-8.0.0beta2, php-7.3.22RC1, php-7.4.10RC1
# 069bd49b 05-Aug-2020 Nikita Popov

Temporarily disable s390x job

These aren't getting scheduled and just keep hogging jobs so
nothing else gets scheduled either.

Revision tags: php-8.0.0beta1, php-7.4.9, php-7.2.33, php-7.3.21, php-8.0.0alpha3, php-7.4.9RC1, php-7.3.21RC1, php-7.4.8, php-7.2.32, php-8.0.0alpha2, php-7.3.20, php-8.0.0alpha1, php-7.4.8RC1, php-7.3.20RC1, php-7.4.7, php-7.3.19, php-7.4.7RC1, php-7.3.19RC1, php-7.4.6, php-7.2.31
# 0e0c608c 29-Apr-2020 Nikita Popov

Merge branch 'PHP-7.4'

* PHP-7.4:
Reduce test parallelism on ARM64 CI


Revision tags: php-7.4.6RC1, php-7.3.18RC1
# 7e14e033 21-Apr-2020 Nikita Popov

Reduce test parallelism on ARM64 CI

Let's go from 32 to 16 parallel jobs. We can reduce this further
if necessary.

Closes GH-5426.

Revision tags: php-7.2.30, php-7.4.5, php-7.3.17
# 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.4.5RC1, php-7.3.17RC1, php-7.3.18, php-7.4.4, php-7.2.29, php-7.3.16, php-7.4.4RC1, php-7.3.16RC1
# 7fc29c99 24-Feb-2020 Nikita Popov

Merge branch 'PHP-7.4'

* PHP-7.4:
Enable ext/sodium in CI
Add skipif for argon2id in test


123456