Skip to content

Commit

Permalink
Travis: temporarily disable Jbuilder test
Browse files Browse the repository at this point in the history
...while the jbuilder binary is being renamed to dune in Dune master.
  • Loading branch information
aantron committed May 7, 2018
1 parent 92077f5 commit 037840f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ script:
- opam pin add -y --no-action odoc .
- opam install -y --deps-only odoc
- make test
- opam pin add -y --dev-repo jbuilder
- make jbuilder-test
# Disabled while Dune is in the process of having its binary renamed.
#- opam pin add -y --dev-repo jbuilder
#- make jbuilder-test

notifications:
email:
Expand Down

0 comments on commit 037840f

Please sign in to comment.