Commit Graph

7 Commits

Author SHA1 Message Date
Michal Čihař
4f37569773 Do not use ant on Travis
It is just additional overhead without real benefit.

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-03-01 16:51:06 +01:00
Michal Čihař
bdaab73967 Squeeze lint into test build
- the setup costs are quite high, so do both steps at once
- lint only changed files
- always generate locales for tests to simplify code

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-03-01 16:49:40 +01:00
Michal Čihař
23d703cf40 Fix typo
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-05-25 11:35:41 +02:00
Michal Čihař
3fc1fa1c80 Do not try to generate coverage from phpunit tests
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-05-25 11:35:24 +02:00
Michal Čihař
4e7077b264 Run selenium tests more verbosely to see the progress
The currently timeout od Travis due to no output.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-05-25 10:25:27 +02:00
Michal Čihař
930bade2fa Generate coverage reports for Selenium tests
With PHP 7.0 it's no longer that huge penaly.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-22 08:05:49 +01:00
Michal Čihař
ebccbfda6f Rewrite Travis setup
- run lint separately
- run selenium on PHP 7.0 (it's faster)
- avoid not needed steps for various ci modes

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-22 08:05:49 +01:00