Skip to content

Commit 83707af

Browse files
Lemonade 0.4.0
2 parents ccd6116 + f1febdb commit 83707af

28 files changed

+2278
-34
lines changed

.travis.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
compiler:
2+
- 4.00.1
23
- 4.01.0
34
- 4.02.3
45
repository:
56
- ocamlfind
7+
- mixture
68
git:
79
- https://github.com/michipili/broken.git
8-
- https://github.com/michipili/mixture.git

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ cache:
1515
- ${HOME}/.local
1616
- ${HOME}/.opam
1717
env:
18-
- TRAVIS_OCAML_VERSION=4.01.0
19-
- TRAVIS_OCAML_VERSION=4.02.3
18+
- TRAVIS_OCAML_VERSION=4.00.1 TRAVIS_ENABLE_PPX_REWRITER=no
19+
- TRAVIS_OCAML_VERSION=4.01.0 TRAVIS_ENABLE_PPX_REWRITER=no
20+
- TRAVIS_OCAML_VERSION=4.02.3 TRAVIS_ENABLE_PPX_REWRITER=yes

0 commit comments

Comments
 (0)