Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ matrix:
- libgmp-dev:i386
- libreadline-dev:i386
- libncurses5-dev:i386 # for Browse
- libcurl4-openssl-dev:i386 # for curlInterface
- libboost-dev:i386 # for NormalizInterface
- libmpfr-dev:i386 # for float
- libmpfi-dev:i386 # for float
Expand Down
3 changes: 3 additions & 0 deletions etc/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ do
# HACK to work out timestamp issues with anupq
touch anupq*/configure* anupq*/Makefile* anupq*/aclocal.m4

# HACK: skip building digraphs for now -- it doesn't link reliably on travis
rm -rf digraphs-*

# HACK: skip building semigroups-3.x for now -- it requires GCC >= 5, which Travis doesn't have
rm -rf semigroups-3.*

Expand Down