Skip to content

Commit

Permalink
fixing codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcgrath13 committed Nov 28, 2018
1 parent 6da0f69 commit 02a31bb
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 02a31bb

Please sign in to comment.