Remove and cleanup from Travis

It should not be necessary at all as we start with clean environment.

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2017-03-01 11:24:33 +01:00
parent f3425986b5
commit b4326fcc3d

View File

@ -37,7 +37,6 @@ before_script:
- ./test/start-local-server
script:
- ant clean
- ./scripts/generate-mo --quiet
- if [ $CI_MODE = test ] ; then ./test/ci-lint ; fi
- ./test/ci-$CI_MODE