We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737ddda commit 9778173Copy full SHA for 9778173
1 file changed
.travis.yml
@@ -8,7 +8,7 @@ before_install:
8
- eval `opam config env`
9
- opam update
10
before_script:
11
- - opam pin add -y ReasonNativeProject .
+ - opam pin add -y reason-native-project .
12
script:
13
- ./test-with-version.sh "$OCAML_VERSION"
14
- git diff --exit-code
0 commit comments