Parcourir la source

Maybe need to unlink Python2 before?!

Godzil il y a 4 ans
Parent
commit
e33cf0d5f0
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -37,4 +37,5 @@ jobs:
 
 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" == "osx" ]]; then brew unlink python@2 ; fi
+  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install imagemagick ; fi