Skip to content

Commit

Permalink
build merr twice, once for bootstrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
pippijn committed Jul 19, 2013
1 parent d63489b commit bba5899
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: c
script: ocamlbuild -use-ocamlfind merr.native merr.byte
script:
# run twice, once for bootstrapping
- ocamlbuild -use-ocamlfind merr.native merr.byte
- ocamlbuild -use-ocamlfind merr.native merr.byte

install:
- sudo apt-get install ocaml-batteries-included libsexplib-camlp4-dev
Expand Down

0 comments on commit bba5899

Please sign in to comment.