mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-07 08:34:01 +01:00
travis: Add macOS testing
This commit is contained in:
parent
dbc655a30c
commit
7e8f7c2620
@ -8,10 +8,10 @@ os:
|
||||
- "osx"
|
||||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install imagemagick; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; sudo apt-get -qq update; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; sudo apt-get install -y imagemagick; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo brew update; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo brew install imagemagick; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y imagemagick; fi
|
||||
|
||||
install:
|
||||
- pip install flake8 pylint
|
||||
|
Loading…
Reference in New Issue
Block a user