Skip to content

Commit 1dacbef

Browse files
committed
Fixing download of Glucose in Travis builds.
1 parent 257ae2a commit 1dacbef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
name: "diffblue/cbmc"
212212
description: "Travis build of ${TRAVIS_COMMIT}"
213213
notification_email: "[email protected]"
214-
build_command_prepend: "make -C src minisat2-download"
214+
build_command_prepend: "make -C src glucose-download"
215215
build_command: "make -C src -j2"
216216
branch_pattern: "develop"
217217
before_install:
@@ -236,7 +236,7 @@ jobs:
236236

237237
install:
238238
- ccache --max-size=1G
239-
- make -C src minisat2-download
239+
- make -C src glucose-download
240240
- make -C src/ansi-c library_check
241241
- make -C src "CXX=${COMPILER}" "CXXFLAGS=-Wall -Werror -pedantic -O2 -g ${EXTRA_CXXFLAGS}" -j2
242242
- make -C src "CXX=${COMPILER}" "CXXFLAGS=-Wall -Werror -pedantic -O2 -g ${EXTRA_CXXFLAGS}" -j2 clobber.dir memory-models.dir

0 commit comments

Comments
 (0)