Skip to content

Commit

Permalink
Add debugging logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dbousque committed May 5, 2020
1 parent ea15175 commit c7fefcd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,39 +8,39 @@ matrix:
install:
- cd ocaml && ./.travis-ocaml.sh && cd lib && cp -R ../../lib ext && opam install -y .
script:
- find /home/travis/.opam -name \* -print
- opam list
- cd ../test && /home/travis/.opam/$(ls /home/travis/.opam | grep ocaml-base-compiler)/bin/dune build && ./_build/default/test.exe
- os: linux
env:
- OCAML_VERSION=4.01
install:
- cd ocaml && ./.travis-ocaml.sh && cd lib && cp -R ../../lib ext && opam install -y .
script:
- find /home/travis/.opam -name \* -print
- opam list
- cd ../test && /home/travis/.opam/$(ls /home/travis/.opam | grep ocaml-base-compiler)/bin/dune build && ./_build/default/test.exe
- os: linux
env:
- OCAML_VERSION=4.02
install:
- cd ocaml && ./.travis-ocaml.sh && cd lib && cp -R ../../lib ext && opam install -y .
script:
- find /home/travis/.opam -name \* -print
- opam list
- cd ../test && /home/travis/.opam/$(ls /home/travis/.opam | grep ocaml-base-compiler)/bin/dune build && ./_build/default/test.exe
- os: linux
env:
- OCAML_VERSION=4.03
install:
- cd ocaml && ./.travis-ocaml.sh && cd lib && cp -R ../../lib ext && opam install -y .
script:
- find /home/travis/.opam -name \* -print
- opam list
- cd ../test && /home/travis/.opam/$(ls /home/travis/.opam | grep ocaml-base-compiler)/bin/dune build && ./_build/default/test.exe
- os: linux
env:
- OCAML_VERSION=4.04
install:
- cd ocaml && ./.travis-ocaml.sh && cd lib && cp -R ../../lib ext && opam install -y .
script:
- find /home/travis/.opam -name \* -print
- opam list
- cd ../test && /home/travis/.opam/$(ls /home/travis/.opam | grep ocaml-base-compiler)/bin/dune build && ./_build/default/test.exe
- os: linux
env:
Expand Down

0 comments on commit c7fefcd

Please sign in to comment.