From 3a424b22e531af05f12dcfa5d2fbc65879ea05b4 Mon Sep 17 00:00:00 2001 From: edoapra Date: Tue, 21 Nov 2017 16:12:12 -0800 Subject: [PATCH] split apt commands --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2b790eb697..8e97e3d842 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,9 +30,7 @@ before_script: - sudo apt-get -y install libopenmpi-dev openmpi-bin tcsh make automake libtool autoconf - sudo apt-get -y install perl - sudo apt-get -y install libscalapack-openmpi1 libscalapack-mpi-dev - - cd $NWCHEM_TOP/src && - make nwchem_config && - make 64_to_32 >& 6log & + - cd $NWCHEM_TOP/src && make nwchem_config && make 64_to_32 >& 6log & - sleep 1 script: - cd $NWCHEM_TOP/src && make -j 3 >& make.log