Skip to content
Snippets Groups Projects
Commit 90d47d85 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Fixed a typo in travis file.

parent ed95e307
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ install: ...@@ -37,7 +37,7 @@ install:
- tar -xzvf libSBML-5.11.4-core-src.tar.gz - tar -xzvf libSBML-5.11.4-core-src.tar.gz
- cd libsbml-5.11.4 && ./configure --prefix=/usr --with-zlib --with-bzip2 --with-libxml && make && sudo make install && cd .. - cd libsbml-5.11.4 && ./configure --prefix=/usr --with-zlib --with-bzip2 --with-libxml && make && sudo make install && cd ..
script: script:
- mkdir -p _build && cd _build && cmake -CMAKE_INSTALL_PREFIX=`pwd`/_install -DDEBUG=ON .. && make - mkdir -p _build && cd _build && cmake -DCMAKE_INSTALL_PREFIX=`pwd`/_install -DDEBUG=ON .. && make
after_success: after_success:
- ctest --output-on-failure - ctest --output-on-failure
moose-core @ 6174038a
Subproject commit 02aabd788aba7cf3650a7751dff80f89c95f9b61 Subproject commit 6174038aca0adbc9c00f4756c0d1da3701396ac9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment