summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNils <git@velohero.com>2018-01-11 12:50:40 +0100
committerNils <git@velohero.com>2018-01-11 12:50:40 +0100
commit23b427563fd786419e462d14ee4fcb8f4b613bc3 (patch)
treef95c3a969cfdab6dfa26c7b1890ed4c66f74ff85 /.travis.yml
parent37d37a3ad1731e18741a8000343f038d1db27ccd (diff)
travis osx
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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: