Skip to content

Commit

Permalink
.travis.yml: Less diff
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan-b committed Aug 24, 2020
1 parent 051e82b commit 46e60ec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ jobs:
os: osx
osx_image: xcode11.2
language: shell
before_install:
- brew pin gdal; brew pin postgis; brew pin cairo; brew pin glib; brew pin gnutls; brew pin p11-kit; brew pin gnupg; brew pin poppler;
- brew install llvm
env:
- CC="/usr/local/opt/llvm/bin/clang -L/usr/local/opt/llvm/lib -Wl,-rpath,/usr/local/opt/llvm/lib"
- CXX="/usr/local/opt/llvm/bin/clang++ -L/usr/local/opt/llvm/lib -Wl,-rpath,/usr/local/opt/llvm/lib"
- stage: lint
language: python
install: pip install flake8
Expand Down

0 comments on commit 46e60ec

Please sign in to comment.