diff options
author | Nils <git@velohero.com> | 2018-01-11 12:50:40 +0100 |
---|---|---|
committer | Nils <git@velohero.com> | 2018-01-11 12:50:40 +0100 |
commit | 23b427563fd786419e462d14ee4fcb8f4b613bc3 (patch) | |
tree | f95c3a969cfdab6dfa26c7b1890ed4c66f74ff85 | |
parent | 37d37a3ad1731e18741a8000343f038d1db27ccd (diff) |
travis osx
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 114105e..9b313f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ 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 before_script: - curl -f "https://raw.githubusercontent.com/lehmannro/assert.sh/v1.1/assert.sh" -o assert.sh script: |