From b0fd5e8a32b766831a05d8914820fff3e901e1e2 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Wed, 6 Apr 2022 19:26:23 +0200 Subject: [PATCH] travis is gone --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 466e3ce..0000000 --- a/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: c -install: - - wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh -script: bash -ex .travis-opam.sh -env: - matrix: - - PACKAGE="decompress" OCAML_VERSION=4.08 TESTS=true - - PACKAGE="decompress" OCAML_VERSION=4.09 TESTS=true - - PACKAGE="decompress" OCAML_VERSION=4.10 TESTS=true - - PACKAGE="decompress" OCAML_VERSION=4.11 TESTS=true