We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5eb373 commit 38f925eCopy full SHA for 38f925e
.travis.yml
@@ -7,6 +7,7 @@ before_install:
7
- opam switch "$OCAML_VERSION"
8
- eval `opam config env`
9
- opam update
10
+ - opam install -y re
11
before_script:
12
- opam pin add -y ReasonNativeProject .
13
script:
test-with-version.sh
@@ -8,6 +8,7 @@ make clean
opam switch "${OCAML_VERSION}"
eval `opam config env`
opam update
+opam install -y re
opam pin add -y ReasonNativeProject .
make run
14
git diff --exit-code
0 commit comments