From dfafc51dd446a4dcb46996dca3c2e21496cf37cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edoardo=20Apr=C3=A0?= Date: Tue, 28 Nov 2017 22:27:12 -0800 Subject: [PATCH] removed tce log. added python to modules --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index aec021e1fd..84891bf8ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ compiler: env: == default == NWCHEM_TOP=$TRAVIS_BUILD_DIR NWCHEM_TARGET=LINUX64 - NWCHEM_MODULES="qmandpw" + NWCHEM_MODULES="qmandpw python" USE_MPI=y USE_64TO32=y BLASOPT="-L$TRAVIS_BUILD_DIR/lib -lopenblas -lpthread -lrt" @@ -35,7 +35,6 @@ before_script: script: - cd $NWCHEM_TOP/src && ../travis/sleep_loop.sh make -j3 FDEBUG="-O0 -g" FOPTIMIZE="-O0 -g" -j3 - tail -2 $NWCHEM_TOP/src/6log - - tail -2 $NWCHEM_TOP/src/tce/6log - head -2 $NWCHEM_TOP/src/tools/build/config.log - tail -2 $NWCHEM_TOP/src/tools/build/config.log - tail -10 $NWCHEM_TOP/src/make.log