From 02a31bb234ba6cf80b8d9dc3339984d34ebd84fd Mon Sep 17 00:00:00 2001 From: mcmcgrath13 Date: Wed, 28 Nov 2018 18:30:53 -0500 Subject: [PATCH] fixing codecov --- .travis.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index f876023..c0f57d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,23 +12,8 @@ julia: notifications: email: false -# git: -# depth: 99999999 -# -# before_install: -# - if [ `uname` = "Linux" ]; then -# sudo apt-get -qq update; -# sudo apt-get install -y ncbi-blast+; -# elif [ `uname` = "Darwin" ]; then -# curl https://repo.continuum.io/miniconda/Miniconda3-4.5.11-MacOSX-x86_64.sh > ~/miniconda.sh; -# bash ~/miniconda.sh -b -p $HOME/miniconda; -# export PATH="$HOME/miniconda/bin:$PATH"; -# conda install blast -y -f -c bioconda; -# fi -# before_script: -# - export PATH=$HOME/.local/bin:$PATH after_success: - - julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())' + - julia -e 'import Pkg; Pkg.instantiate(); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())' jobs: include: