aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Replace wallabag's fork of tcpdf with the original one, fix notices for PHP 7.4Kevin Decherf2020-04-261-2/+0
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* travis: remove double triggers for PR, remove nightlyKevin Decherf2020-02-231-3/+5
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Re-add nightlyJérémy Benoist2019-07-261-0/+2
|
* Test on PHP 7.4 instead of PHP 8.0 on TravisJérémy Benoist2019-07-261-2/+2
| | | PHP 7.4 will be available before the 8.0
* Remove PHPUnit lockJeremy Benoist2019-07-081-1/+1
| | | | | | It should now be PHPUnit 7.4. Update PHPStan configuration accordingly. Also, enable `inferPrivatePropertyTypeFromConstructor` for better phpDoc support in constructors.
* Fix Travis build on Xenial distJeremy Benoist2019-06-121-0/+2
|
* Setup Imagick for TravisJeremy Benoist2019-05-101-0/+4
| | | | To avoid error from phpstan about class not found
* Revert PG on Travis about drop/create the databaseJeremy Benoist2019-01-231-3/+1
|
* Fix PG & Travis drop/create databaseJeremy Benoist2019-01-231-4/+6
|
* Avoid creating PG database on TravisJeremy Benoist2019-01-221-2/+0
| | | | And Travis build on PHP 7.3 should not fail.
* Enable PHPStanJeremy Benoist2019-01-181-0/+2
| | | | | - Fix error for level 0 & 1 (level 7 has 699 errors...) - Add `updated_at` to site_credential (so the `timestamps()` method applies correctly)
* Force PHPUnitJeremy Benoist2018-11-281-7/+3
| | | | | Looks like "dama/doctrine-test-bundle" isn't compatible with PHPUnit 5.7 (required automatically by PHPUnit Bridge)
* CleanupJeremy Benoist2018-11-281-14/+2
|
* Create a custom swap to avoid errorJeremy Benoist2018-11-231-9/+17
|
* Use new Travis infraJeremy Benoist2018-11-231-9/+6
|
* PHP 7.2 shouldn't failJérémy Benoist2018-09-061-1/+0
|
* Fix travis foldadev2017-11-211-1/+1
|
* Fold travis make prepareadev2017-11-211-0/+2
|
* Add an initial migrationadev2017-11-211-4/+0
|
* Replace ant with MakefileKevin Decherf2017-11-191-1/+1
| | | | | | Fixes #1735 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Testing on PHP 7.2Jérémy Benoist2017-07-241-0/+2
|
* Fix testsJeremy Benoist2017-07-031-1/+1
|
* Fold migrations & fixtures command on TravisJeremy Benoist2017-05-191-0/+9
|
* Cache yarn cache in TravisJeremy Benoist2017-05-091-0/+1
|
* Use npm script instead of direct webpack callThomas Citharel2017-05-041-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* fix travisThomas Citharel2017-05-041-4/+3
|
* Adds Webpack support and removes the use for GruntThomas Citharel2017-05-041-1/+1
| | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes
* Merge pull request #2861 from wallabag/2.3-droping-5.5Jérémy Benoist2017-03-281-1/+0
|\ | | | | Dropping PHP 5.5
| * Dropping PHP 5.5Jeremy Benoist2017-02-111-1/+0
| |
* | Use wallabag/tcpdfJeremy Benoist2017-02-241-1/+0
|/ | | | It should restore the PHP 7.1 compatibility
* Use simple-phpunit instead of phpunitJeremy Benoist2016-12-131-2/+1
| | | | | To avoid problem with the Yaml constant http://symfony.com/blog/how-to-solve-phpunit-issues-in-symfony-3-2-applications
* Fix TravisJeremy Benoist2016-11-221-1/+1
|
* Validate ALL translations filesJeremy Benoist2016-10-201-0/+2
|
* try to reduce assets build npm connection failing by updating nodejsThomas Citharel2016-10-051-1/+1
|
* Merge pull request #2353 from wallabag/assets-fixThomas Citharel2016-10-041-4/+4
|\ | | | | Basically, fix everything
| * Add eslint & stylelint tests (fix a few things) and move dependencies to devThomas Citharel2016-10-041-1/+1
| |
| * Update docJeremy Benoist2016-10-041-4/+2
| | | | | | | | Merge VALIDATE_TRANSLATION_FILE & ASSET build (less build on Travis)
| * Fix font & TravisJeremy Benoist2016-10-041-1/+2
| | | | | | | | Grunt now copy fonts instead of symlink (node_modules won't exist for the end user)
| * Update .travis.ymlJeremy Benoist2016-10-041-1/+1
| |
| * Fix grunt pathThomas Citharel2016-10-041-1/+1
| |
| * remove install scripts and tweak travisThomas Citharel2016-10-031-2/+3
| |
* | 👋 HHVMJeremy Benoist2016-10-041-20/+0
|/
* Use install_dev.sh for TravisJeremy Benoist2016-10-031-2/+2
| | | | Add `--no-dev` to `composer install` for prod env
* Enable Redis on TravisJeremy Benoist2016-09-111-0/+1
| | | | | Add generated files from `composer up` Add more articles for Readability tests
* Add RabbitMQ service for Travis CINicolas Lœuillet2016-09-111-0/+3
|
* Check if asset is enable instead of oppositeJeremy Benoist2016-09-091-9/+9
| | | | | | Instead of defining ASSETS all the time, just define it when we want to use it Might give us more clearer build
* Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-281-0/+1
|\
| * Allow failure for PHP 7.1Jeremy Benoist2016-08-241-0/+1
| | | | | | Got tired of `EE/home/travis/build.sh: line 45: 4445 Segmentation fault (core dumped) phpunit -v` using PHP 7.1.0beta3
* | Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-221-8/+27
|\|
| * Run tests on an uptodate HHVMJeremy Benoist2016-08-171-7/+23
| | | | | | | | Using some tricks from symfony/symfony