We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b511e commit def219aCopy full SHA for def219a
.travis.yml
@@ -6,6 +6,7 @@ env:
6
7
install:
8
- curl -sSL https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-ocaml.sh | bash -ex
9
+ - ocamlc -v
10
11
before_script: make
12
script: make test
src/ex1715.ml
@@ -4,6 +4,7 @@ open Ex1201 (* eki_t *)
4
open Ex1204
5
open Ex1412
open Ex1505
+open Ex1710
open Ex1713
open Ex1714
0 commit comments