From 90d47d854ccce649967cdac5e0934d976c9ff728 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Fri, 7 Aug 2015 17:03:40 +0530 Subject: [PATCH] Fixed a typo in travis file. --- .travis.yml | 2 +- moose-core | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d670f791..0264400d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ install: - 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 .. 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: - ctest --output-on-failure diff --git a/moose-core b/moose-core index 02aabd78..6174038a 160000 --- a/moose-core +++ b/moose-core @@ -1 +1 @@ -Subproject commit 02aabd788aba7cf3650a7751dff80f89c95f9b61 +Subproject commit 6174038aca0adbc9c00f4756c0d1da3701396ac9 -- GitLab