diff options
| author | dylan araps <dylan.araps@gmail.com> | 2017-09-11 08:46:00 +1000 |
|---|---|---|
| committer | dylan araps <dylan.araps@gmail.com> | 2017-09-11 08:46:00 +1000 |
| commit | 7e8f7c2620be08664685550936da8eace1a7cbad (patch) | |
| tree | 83e82b72e9a91ed2f2d6864d7887beb776fd6560 | |
| parent | dbc655a30c7da9dd45a47b7ded3cc88d6345cb32 (diff) | |
travis: Add macOS testing
| -rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index efa3271..d136a5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |
