This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push: new 91e8305 chore: Re-enable e2e tests 91e8305 is described below commit 91e8305521d235a2d09782d6d775f0fd99af042d Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Thu Jul 4 07:31:37 2019 +0100 chore: Re-enable e2e tests fixes #793 --- script/travis_build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/script/travis_build.sh b/script/travis_build.sh index 927e141..062de4b 100755 --- a/script/travis_build.sh +++ b/script/travis_build.sh @@ -83,8 +83,5 @@ echo "installing camel k cluster resources" oc login -u developer # Then run integration tests -# TODO: disabled as they are constantly failing on travis -# make test-integration +make test-integration -# Run unit tests -make test