diff options
author | Nils <git@velohero.com> | 2020-01-04 19:18:23 +0100 |
---|---|---|
committer | Nils <git@velohero.com> | 2020-01-04 19:18:23 +0100 |
commit | 65fc893331fde6d7254450e60ec296adf4a05f78 (patch) | |
tree | c205243943e52988be656b238afc6bde13672116 | |
parent | 396bdfbb4c4d2e130a943236e77512e78329096c (diff) |
osx test removed
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 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: |