aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add default values so Travis config validation stops warningBadlop2020-06-081-0/+4
|
* Travis renamed redis-server to redis apparentlyBadlop2020-06-081-1/+1
|
* Test 23.0 versionBadlop2020-06-011-0/+1
|
* Travis CI: Test against Erlang/OTP 22.3Holger Weiss2020-04-191-1/+1
|
* Travis CI: Test against Erlang/OTP 22.2Holger Weiss2020-01-051-1/+1
|
* Check if error.log is empty after running test suiteEvgeny Khramtsov2019-11-081-0/+1
|
* Add missing quoteEvgeny Khramtsov2019-10-311-1/+1
|
* Grant all privileges on all sequences for PostgreSQL in testsEvgeny Khramtsov2019-10-311-0/+1
|
* TravisCI: test against Erlang/OTP 19.3Evgeny Khramtsov2019-10-251-1/+1
|
* Replace lager with built-in new logging APIEvgeny Khramtsov2019-10-181-3/+2
| | | | | | | | | | | | | | | This change requires Erlang/OTP-21.0 or higher. The commit also deprecates the following options: - log_rotate_date - log_rate_limit Furthermore, these options have no effect. The logger now fully relies on log_rotate_size, that cannot be 0 anymore. The loglevel option now accepts levels in literal formats. Those are: none, emergency, alert, critical, error, warning, notice, info, debug. Old integer values (0-5) are still supported and automatically converted into literal format.
* Remove Riak supportEvgeny Khramtsov2019-07-181-1/+1
| | | | | | | | | | Reasons: - Riak DB development is almost halted after Basho - riak-erlang-client is abandoned and doesn't work correctly with OTP22 - Riak is slow in comparison to other databases - Missing key ordering makes it impossible to implement range queries efficiently (e.g. MAM queries)
* Change Travis OTP platform from 19.1 to 19.3Evgeny Khramtsov2019-06-221-1/+1
| | | | Seems like Travis has problems with OTPs below 19.3
* Disable Elixir in Travis testsEvgeny Khramtsov2019-06-221-1/+1
|
* Add PostgreSQL to Travis servicesEvgeny Khramtsov2019-06-151-0/+1
|
* Travis CI: Ensure MySQL is startedHolger Weiss2019-06-141-0/+1
| | | | | It seems MySQL isn't always fully started before 'mysql_upgrade' is called.
* Check hooks correctness in Travis CIEvgeny Khramtsov2019-05-151-0/+1
|
* Bump required Erlang/OTP version to 19.1Holger Weiss2019-02-281-1/+1
| | | | | Since 538f35d05a9bb25f24b30ea43b07a36cfc043e12, Erlang/OTP 19.1 is required.
* Travis CI: Bump Erlang/OTP 21.x versionHolger Weiss2018-12-221-1/+1
|
* Another attempt for db access on travisPaweł Chmielowski2018-11-191-0/+1
|
* Third time's the charm? Let load scheme before changing permissionsPaweł Chmielowski2018-11-191-1/+1
|
* Fix command for loading pgsql schemaPaweł Chmielowski2018-11-191-1/+1
|
* Try to load db schemas externally on travisPaweł Chmielowski2018-11-191-0/+2
|
* Replace dict with mapsEvgeny Khramtsov2018-11-151-3/+3
| | | | This will improve performance and memory consumptions of large MUCs
* Another try to fix travisPaweł Chmielowski2018-01-311-3/+3
|
* Properly escape string in travis configPaweł Chmielowski2018-01-311-1/+1
|
* Print something when doing tests in travis, as not doing that get us killedPaweł Chmielowski2018-01-311-2/+4
|
* Don't run tests in verbose mode on travisPaweł Chmielowski2018-01-311-1/+1
|
* Disable riak in travisPaweł Chmielowski2018-01-301-13/+1
|
* Switch riak backend to leveldb on travisPaweł Chmielowski2017-11-171-0/+2
|
* Pre-install libgd and libwebpEvgeniy Khramtsov2017-09-251-1/+1
|
* Remove OTP20 from Travis tests for nowEvgeniy Khramtsov2017-09-251-1/+0
|
* Add OTP 20.0 to Travis testsing platformsEvgeniy Khramtsov2017-08-171-0/+1
|
* Travis CI: Update MySQL packageHolger Weiss2017-04-111-1/+2
| | | | The "mysql-server-5.6" package is no longer available.
* Revert "Bump OTP version to 19.3 in Travis config"Evgeniy Khramtsov2017-03-201-1/+1
| | | | This reverts commit 7113f2b8ba73f4f565dd1ce6c482c9f03d2b0858.
* Bump OTP version to 19.3 in Travis configEvgeniy Khramtsov2017-03-201-1/+1
|
* Change OTP version from 19.1 to 19.2 in travis configEvgeniy Khramtsov2017-01-241-1/+1
|
* Add OTP 19.1 to Travis' testing platformsEvgeniy Khramtsov2016-11-221-0/+1
|
* Use erlang 18.3 in travis testsPaweł Chmielowski2016-04-181-1/+1
|
* Log Elixir test result for investigation and include this log file in travis ↵Mickael Remond2016-04-061-0/+1
| | | | for troubleshooting failed tests
* Travis CI: Cosmetic changes to Riak setup commandsHolger Weiss2016-03-301-5/+4
|
* Travis CI: Revert to checking for skipped testsHolger Weiss2016-03-301-2/+1
| | | | | Now that the issues with running Riak on Travis are solved, we can check for skipped test cases again.
* Enable Riak test suite on Travis-CIMickael Remond2016-03-231-6/+6
|
* Fix a typo in travis.ymlEvgeniy Khramtsov2016-03-221-1/+1
|
* Tell Travis not to fail if some tests are skippedEvgeniy Khramtsov2016-03-221-1/+2
|
* Disable Riak test on Travis as they are too unpredictable on TravisMickael Remond2016-03-211-1/+9
| | | | For now, we are running them on local Jenkins
* Elixir test suite is already run with global CT run commandMickael Remond2016-03-211-1/+0
|
* We do not have C code to cover, they are in dependencies.Mickael Remond2016-03-211-3/+2
|
* Add Coveralls supportMickael Remond2016-03-211-1/+5
|
* Use static key for mysql repoPaweł Chmielowski2016-03-211-1/+1
|
* Attempting to use other keyserver, as we see failure from Travis fetchingMickael Remond2016-03-211-1/+1
|