Skip to content

Commit e5eb373

Browse files
jaredlyjordwalke
authored andcommitted
fix travis
1 parent 67778c4 commit e5eb373

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ before_install:
88
- eval `opam config env`
99
- opam update
1010
before_script:
11-
- opam pin add -y reason-native-project .
11+
- opam pin add -y ReasonNativeProject .
1212
script:
13-
- ./test-with-version.sh "$OCAML_VERSION"
13+
- make run
1414
- git diff --exit-code
1515
env:
1616
- OCAML_VERSION=4.02.3

0 commit comments

Comments
 (0)