Skip to content

Commit def219a

Browse files
committed
Fix for CI.
1 parent 89b511e commit def219a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ env:
66

77
install:
88
- curl -sSL https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-ocaml.sh | bash -ex
9+
- ocamlc -v
910

1011
before_script: make
1112
script: make test

src/ex1715.ml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ open Ex1201 (* eki_t *)
44
open Ex1204
55
open Ex1412
66
open Ex1505
7+
open Ex1710
78
open Ex1713
89
open Ex1714
910

0 commit comments

Comments
 (0)