소스 검색

remove pkg-config dependency update

Chris Simpkins 7 년 전
부모
커밋
c290a387ed
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      .travis.yml

+ 0 - 2
.travis.yml

@@ -42,8 +42,6 @@ matrix:
       before_install:
         - brew update
         - brew install python3
-        - brew install pkg-config || brew reinstall pkg-config
-        - brew link --force pkg-config
         - virtualenv env -p python3
         - source env/bin/activate
       script: