Skip to content

Commit 3be649d

Browse files
committed
new approach to proofalytics
1 parent 3d13d11 commit 3be649d

File tree

2 files changed

+4
-31
lines changed

2 files changed

+4
-31
lines changed

.travis-ci.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ opam pin add coq $COQ_VERSION --yes --verbose
1010

1111
case $MODE in
1212
proofalytics)
13-
opam pin add verdi-aggregation-proofalytics . --yes --verbose &
13+
opam pin add verdi-aggregation . --yes --verbose --no-action
14+
opam install verdi-aggregation --yes --verbose --deps-only
15+
./configure
16+
make proofalytics &
1417
# Output to the screen every 9 minutes to prevent a travis timeout
1518
export PID=$!
1619
while [[ `ps -p $PID | tail -n +2` ]]; do

verdi-aggregation-proofalytics.opam

-30
This file was deleted.

0 commit comments

Comments
 (0)