Skip to content

Commit 38f925e

Browse files
jaredlyjordwalke
authored andcommitted
add re dep
1 parent e5eb373 commit 38f925e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ before_install:
77
- opam switch "$OCAML_VERSION"
88
- eval `opam config env`
99
- opam update
10+
- opam install -y re
1011
before_script:
1112
- opam pin add -y ReasonNativeProject .
1213
script:

test-with-version.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ make clean
88
opam switch "${OCAML_VERSION}"
99
eval `opam config env`
1010
opam update
11+
opam install -y re
1112
opam pin add -y ReasonNativeProject .
1213
make run
1314
git diff --exit-code

0 commit comments

Comments
 (0)