Skip to content

Commit

Permalink
attempt at verbosity, leto#12
Browse files Browse the repository at this point in the history
  • Loading branch information
djerius committed Nov 1, 2018
1 parent 57a7584 commit 22f2761
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions _travis/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ get_gsl () (

set -euv

cd $GSL_SRC_DIR

if [ "$1" = master ] ; then
get_gsl_master
else
Expand Down Expand Up @@ -37,7 +35,7 @@ get_gsl_version () (

get_gsl_master () (

set -euxv
set -euv

cd $GSL_SRC_DIR

Expand Down Expand Up @@ -71,14 +69,10 @@ set -euvx
mkdir -p $GSL_SRC_DIR
mkdir -p $GSL_INST_DIR

IDIR=$PWD

ls -la $GSL_SRC_DIR
get_gsl $GSL
get_gsl $GSL_CURRENT

cd $IDIR

ls -la $GSL_INST_DIR
ls -la ${GSL_INST_DIR}/gsl-${GSL_CURRENT}/bin

Expand Down

0 comments on commit 22f2761

Please sign in to comment.