73 Commits (f288acb1caffef4e41209b8208ac5797efaba99e)

Author SHA1 Message Date
Jordi Boggiano 3ef27cabd6
Merge pull request #7999 from Seldaek/store_dev
Store dev mode in installed.json, fixes #3008
5 years ago
Jordi Boggiano 6c4357a7ed
Merge branch 'master' into 2.0 5 years ago
Andrey Bolonin 54cd1290cb
add to allow_failures 5 years ago
Andrey Bolonin fedc69f828
add php 7.4snapshot 5 years ago
Jordi Boggiano 60df892517
Store dev mode in installed.json, fixes #3008 5 years ago
Jordi Boggiano 9da40b3c2c
Only run phpstan once 5 years ago
CZechBoY a062cd1a31
added phpstan on level 0 5 years ago
Jordi Boggiano b9657ba4ce
Merge branch 'master' into feature/validate 6 years ago
Jordi Boggiano e2590a4e6e
Merge pull request #7864 from localheinz/feature/matrix
Enhancement: Explicitly configure build matrix to maintain order
6 years ago
Jordi Boggiano 9262e2a6ac
Merge pull request #7862 from localheinz/fix/indent
Fix: Consistently indent with 2 spaces
6 years ago
Andreas Möller bd2a46cf5d
Fix: Remove sudo configuration 6 years ago
Andreas Möller ae321cfa7c
Enhancement: Explicitly configure build matrix to maintain order 6 years ago
Andreas Möller 9f2dd5c612
Fix: Consistently indent with 2 spaces 6 years ago
Andreas Möller 4fc305456a
Enhancement: Validate composer.json on Travis 6 years ago
Gabriel Caruso 2a13bb2649 Fixes from PHPStan (#7687)
* fix docblocks

* remove redundant conditional

* fix wrong variable name

* fix wrong namespaces

* add missing private members

* remove unused/redundant arguments

* move testcase class

* exclude TestCase.php

* Tweak RuleWatchGraph type hints

* Tweak doc comment
6 years ago
Markus Staab c6da110e71
Updated deploy php version to 7.2 6 years ago
jrfnl 3c173702b5 🚀 Build/Travis: test builds against PHP 7.3
Once PHP 7.3-beta came out, the `nightly` build on Travis became PHP 7.4-dev and builds haven't been tested against PHP 7.3 for months now.

As of this week, Travis has (finally) made a PHP 7.3 alias available now RC3 is out, so I've added PHP 7.3 to the matrix.
6 years ago
Jordi Boggiano c2fbbe3b86 Restore $INI var 6 years ago
Jordi Boggiano 3536c2970a Try adding a high deps build, fixes #7124 6 years ago
Kévin Dunglas 657068886f
Fix comments 7 years ago
Kévin Dunglas 78a62f8901
Deploy PHAR to GitHub releases 7 years ago
DQNEO 20d6f87928
add PHP 7.2 in travis 7 years ago
Elan Ruusamäe 9a6fa3466f fix parallel test exit scenario. introduced in 4d8b371908 7 years ago
Jordi Boggiano 1dc0cb0d60 Remove hhvm builds as they keep crashing 7 years ago
Rob Bast 422a9adb07
images related to new trusty images 7 years ago
Jordi Boggiano 60d68a06ac Switch to trusty on 1.4 branch 7 years ago
Jordi Boggiano 14c77130e8 Add php7.1 to the build 8 years ago
Nicolas Grekas fd2f51cea8 Speedup autoloading on PHP 5.6 & 7.0+ using static arrays 8 years ago
Jordi Boggiano 80c96a2c01 Screw 5.3.3 on travis, enough.. 9 years ago
Jordi Boggiano 66879b050d Fix config override for 5.3.3 9 years ago
Jordi Boggiano 98211c4971 Disable TLS in 5.3.3 build as openssl is missing 9 years ago
Rob Bast f25446e507 no longer allow php 7 failures 9 years ago
Rob Bast 54ebd67e50 allow 7.0 failures until travis fixes containers/stable release 9 years ago
Jordi Boggiano 9d676a7671 Fix 5.3.3 build 9 years ago
paladox b85d5d2bb0 Update .travis.yml 9 years ago
paladox 54e8339e59 Update .travis.yml 9 years ago
paladox 27b4afcde6 Update .travis.yml
hhvm-nightly is no longer supported in travis ci so remove it.
9 years ago
Christophe Coevoet cae8ed476c Update the config of the apt addon to the new syntax 9 years ago
Maks3w bc08940724 [travis-ci] Enable PHPUnit color output 9 years ago
Jordi Boggiano 4d8b371908 Highlight failures in travis test output 9 years ago
Haralan Dobrev 8168f69ae7 Report Travis CI build success early
This will report the build has succceeded even if allowed to fail jobs are
still running.

See https://github.com/composer/composer/pull/3828.

Docs: http://docs.travis-ci.com/user/build-configuration/#Fast-finishing

Props to @fonsecas72.
9 years ago
Haralan Dobrev 3667e18885 Test on HHVM nightly releases. Allow to fail.
Nightly releases could change in unpredictable way.
So they should not fail the whole build.

However we could catch problems and breaking changes
on next versions of HHVM early.
9 years ago
Christophe Coevoet a02f3e79b8 Switch to the docker-based infrastructure on Travis 9 years ago
Hugo Fonseca f35d6ac0e0 Removed php7 to travis allowed_failures 9 years ago
Hugo Fonseca fe2b2e651a Added php7 to travis 9 years ago
Christophe Coevoet 68bcba3a03 Disallow failures on HHVM on Travis 10 years ago
Christophe Coevoet 557381f49f Fix the Travis configuration
exit should not be used in script commands, because it exits the whole build script.
Thus, turning a failure exit code into another failure exit code is not needed.
10 years ago
jakoch 2a3159ec57 reduce commit history of git checkout (git depth 5) 10 years ago
Jordi Boggiano 790a25c348 Adjust dump command, add another test, update docs, refs #1344 10 years ago
Nils Adermann e8a3fc5c1c Run tests on PHP 5.6 on travis too 10 years ago