Skip to content

Commit 48f3a77

Browse files
committed
Fixes for Travis.
1 parent 3b0381c commit 48f3a77

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ release:
1414
git push "git@github.com:reasonml/ReasonNativeProject.git" tag $(version)
1515

1616
clean:
17-
rm -rf _build
18-
rm index.native
17+
rm -rf _build index.native
1918

2019
.PHONY: build release

test-with-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ eval `opam config env`
1010
opam update
1111
opam pin add -y ReasonNativeProject .
1212
make
13-
./test.native
13+
./index.native
1414
git diff --exit-code

0 commit comments

Comments
 (0)