Skip to content

Commit

Permalink
OCaml 4.08; morbig.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Niols committed Jul 28, 2019
1 parent 9f820d7 commit 093bcbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
- TAG=4.05
- TAG=4.06
- TAG=4.07
- TAG=4.08

script:
- docker build --build-arg tag=$TAG --tag colisanr/morsmall:$TRAVIS_BRANCH .
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ MAINTAINER Nicolas Jeannerod
## Install dependencies. `opam depext` installs first the non-opam
## dependencies that are required and then the OPAM packages.

RUN opam pin -n morbig.dev https://github.com/colis-anr/morbig.git
RUN opam depext -i morbig
ADD *.opam .
RUN opam install . --deps-only --with-test --with-doc
Expand Down

0 comments on commit 093bcbf

Please sign in to comment.