From 91e8305521d235a2d09782d6d775f0fd99af042d Mon Sep 17 00:00:00 2001 From: James Netherton Date: Thu, 4 Jul 2019 07:31:37 +0100 Subject: [PATCH] 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 927e141d5c..062de4bc76 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