Skip to content

Commit

Permalink
fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
pippijn committed Aug 13, 2013
1 parent 1c232db commit 3c271a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: c
script:
# run twice, once for bootstrapping
- ocamlbuild -use-ocamlfind merr.native merr.byte
- ocamlbuild -use-ocamlfind merr.native merr.byte
- ocamlbuild -use-ocamlfind merr/merr.native merr/merr.byte
- ocamlbuild -use-ocamlfind merr/merr.native merr/merr.byte

install:
- sudo add-apt-repository -y ppa:pippijn/ppa
Expand Down

0 comments on commit 3c271a9

Please sign in to comment.