Skip to content

Commit 4dde3c5

Browse files
committed
Disable glucose in Travis
1 parent 91684da commit 4dde3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
packages:
164164
- g++-5
165165
install:
166-
- cmake -H. -Bbuild '-DCMAKE_BUILD_TYPE=Release' '-DCMAKE_CXX_COMPILER=g++-5' '-Dsat_impl=glucose'
166+
- cmake -H. -Bbuild '-DCMAKE_BUILD_TYPE=Release' '-DCMAKE_CXX_COMPILER=g++-5'
167167
- cmake --build build -- -j4
168168
script: (cd build; ctest -V -L CORE)
169169

0 commit comments

Comments
 (0)