From 7a9374276ea3930148a407e3e50e66b254237e23 Mon Sep 17 00:00:00 2001 From: Anton Lavrik Date: Sun, 18 Aug 2019 22:51:32 +0100 Subject: [PATCH] travis-ci: try to fix build --- .travis-ci.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis-ci.sh b/.travis-ci.sh index f0d727f..71e748b 100755 --- a/.travis-ci.sh +++ b/.travis-ci.sh @@ -2,11 +2,6 @@ set -ex - -# optional dependencies for running tests -sudo apt-get install protobuf - - # build, run tests, build package, install package wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh