Skip to content

Commit

Permalink
Merge branch 'stable-1.3' into improve-opers
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell authored Nov 18, 2020
2 parents a081ee0 + 3bfac5e commit b654260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis-build-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mkdir pkg
################################################################################
# Copy Digraphs to its proper location
if [ "$SETUP" == "appveyor" ]; then
cp -r /cygdrive/c/projects/digraphs $GAPROOT/pkg/digraphs
cp -r /cygdrive/c/projects/digraphs* $GAPROOT/pkg/digraphs
elif [ "$SETUP" == "travis" ]; then
mv $HOME/digraphs $GAPROOT/pkg/digraphs
fi
Expand Down

0 comments on commit b654260

Please sign in to comment.