From a1091478f3f4fc46954085f00154618c6f9e4aed Mon Sep 17 00:00:00 2001 From: aviralg <aviral.goel@outlook.com> Date: Thu, 13 Aug 2015 17:43:50 +0530 Subject: [PATCH] Corrected travis file format, removed the comment. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 45f30e6a..62065921 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,6 @@ install: - wget ftp://ftp.gnu.org/gnu/gsl/gsl-1.16.tar.gz - tar -xzvf gsl-1.16.tar.gz - cd gsl-1.16 && ./configure --prefix=/usr && make && sudo make install && cd .. - #Harsha: Currently we are supporting libsbml-5.9.0 as its tested - wget http://sourceforge.net/projects/sbml/files/libsbml/5.9.0/stable/libSBML-5.9.0-core-src.tar.gz - tar -xzvf libSBML-5.9.0-core-src.tar.gz - cd libsbml-5.9.0 && ./configure --prefix=/usr --with-zlib --with-bzip2 --with-libxml && make && sudo make install && cd .. -- GitLab