From 65fc893331fde6d7254450e60ec296adf4a05f78 Mon Sep 17 00:00:00 2001 From: Nils Date: Sat, 4 Jan 2020 19:18:23 +0100 Subject: osx test removed --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b313f5..dbf345c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,8 @@ language: bash os: - linux - - osx before_install: - - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y imagemagick jhead; fi - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install imagemagick jhead; fi + - sudo apt-get install -y imagemagick jhead before_script: - curl -f "https://raw.githubusercontent.com/lehmannro/assert.sh/v1.1/assert.sh" -o assert.sh script: -- cgit v1.2.3