diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 6cf0e67..0000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -language: c -sudo: false -addons: - apt: - sources: - - avsm - packages: - - opam - - libogg-dev - - libtheora-dev - -before_install: - - export OPAMYES=1 - - opam init - - opam install -q -y ocamlfind base-bytes - - eval `opam config env` - - git clone https://github.com/savonet/ocaml-ogg.git - - cd ocaml-ogg && git submodule init && git submodule update && ./bootstrap && ./configure && make && cd .. - -script: ./bootstrap && ./configure --with-ogg-dir=ocaml-ogg/src && make && make -C examples OCAMLOGG_DIR=`pwd`/ocaml-ogg/src