From 474a5a7ebea8e030486ed06cb72df6616703217c Mon Sep 17 00:00:00 2001 From: Moritz Grimm Date: Thu, 6 Jul 2017 18:10:48 +0200 Subject: [PATCH] Remove redundant step in CI tests --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1430ebc..18b54a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,5 +17,4 @@ addons: script: - ./autogen.sh - ./configure - - make - make distcheck