From 8782d577aefcd2262f71bc0932d51b00ae71de4f Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Thu, 8 Jun 2017 05:36:37 +0500 Subject: [PATCH] TST another attempt at codecov+docker --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a26981fa9..86fdb7b8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,10 +13,7 @@ before_install: - docker build -t splash-tests -f dockerfiles/tests/Dockerfile . script: - - docker run -it splash-tests - -after_success: - - docker run `bash <(curl -s https://codecov.io/env)` --entrypoint=codecov -it splash-tests + - docker run `bash <(curl -s https://codecov.io/env)` -it splash-tests #cache: # directories: