Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 551dc5d

Browse files
committed
fix
1 parent afcbc9a commit 551dc5d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ pwd ; ls -lah
2929

3030
dune build --verbose
3131
dune build test/Runner.exe --verbose
32-
dune build app/App.exe
32+
dune build app/App.exe --verbose

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ WORKDIR $HOME
4141

4242

4343
RUN opam install --yes alcotest.0.8.5 \
44-
core.v0.12.4 \
44+
core.v0.13.0 \
4545
dune.1.11.4 \
46-
ppx_let.v0.12.0 \
46+
ppx_let.v0.13.0 \
4747
&& \
4848
opam clean --yes && \
4949
git clone https://github.com/SaswatPadhi/LoopInvGen.git

0 commit comments

Comments
 (0)