🔨 removed failing amalgamation test

This commit is contained in:
Niels Lohmann 2018-01-14 17:22:42 +01:00
parent 411c16cbb2
commit 06cddd371b
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -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 ;