Skip to content
This repository was archived by the owner on Oct 24, 2020. It is now read-only.

Commit 7bc1798

Browse files
committed
chore: add bigstring unix to travis
1 parent 95f0bcd commit 7bc1798

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ env:
1616
- PACKAGE="bigstring" OCAML_VERSION="4.06"
1717
- PACKAGE="bigstring" OCAML_VERSION="4.08"
1818
- PACKAGE="bigstring" OCAML_VERSION="4.09"
19+
- PACKAGE="bigstring-unix" OCAML_VERSION="4.03"
20+
- PACKAGE="bigstring-unix" OCAML_VERSION="4.04"
21+
- PACKAGE="bigstring-unix" OCAML_VERSION="4.05"
22+
- PACKAGE="bigstring-unix" OCAML_VERSION="4.06"
23+
- PACKAGE="bigstring-unix" OCAML_VERSION="4.08"
24+
- PACKAGE="bigstring-unix" OCAML_VERSION="4.09"

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
all: build test
22

33
build:
4-
dune build @install
4+
@dune build @install
55

66
test:
7-
dune build @runtest
7+
@dune runtest
88

99
clean:
10-
dune clean
10+
@dune clean
1111

1212
.PHONY: clean all test build

0 commit comments

Comments
 (0)