Skip to content

Commit 09051ac

Browse files
committed
Install sage quietly
1 parent 27d5cf2 commit 09051ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install_travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ if [[ "${WITH_SAGE}" == "yes" ]]; then
1212
fi
1313

1414
conda update -q -n root conda
15-
conda install ${conda_pkgs} libgap=4.8.3
15+
conda install -q ${conda_pkgs} libgap=4.8.3
1616
source activate $our_install_dir;

0 commit comments

Comments
 (0)