From 06cddd371b4aac94dd87aad5fb91f31ce9f2ea06 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 14 Jan 2018 17:22:42 +0100 Subject: [PATCH] :hammer: removed failing amalgamation test --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0f7e9b21..6391c088 100644 --- a/.travis.yml +++ b/.travis.yml @@ -278,11 +278,6 @@ script: - ctest -C Release -V -j - cd .. - # check if header was correctly amalgamated - - if [ `which python` ]; then - make check-amalgamation ; - fi - # check if homebrew works (only checks develop branch) - if [ `which brew` ]; then brew update ;