From 0aac51ab2f1bafb9cf3edeb7edaef34f2941570e Mon Sep 17 00:00:00 2001 From: Kirill Bessonov Date: Sat, 24 Apr 2021 01:26:05 -0400 Subject: [PATCH] update .travis with libtbb2 to fix bowtie2 missing libtbb.so.2 issue --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bf2e463..08030bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python python: - "3.6" before_install: - - sudo apt-get update && apt-get libtbb2 + - sudo apt-get update && sudo apt-get install libtbb2 install: - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; - bash miniconda.sh -b -p $HOME/miniconda