This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-mapnik.
commit c190d77ab2732d29298b7aca7e045a542926063e Author: Bas Couwenberg <[email protected]> Date: Thu May 5 23:15:26 2016 +0200 Imported Upstream version 0.0~20160412-5b015f2 --- .travis.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 63e046e..2480402 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,10 +19,11 @@ matrix: apt: sources: [ 'ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.5' ] packages: [ 'clang-3.5' ] - - os: osx - osx_image: xcode7.3 # upgrades clang from 6 -> 7 - compiler: clang - env: JOBS=4 + # disabled until I have time to fix https://github.com/mapnik/python-mapnik/issues/95 + #- os: osx + # osx_image: xcode7.3 # upgrades clang from 6 -> 7 + # compiler: clang + # env: JOBS=4 cache: directories: @@ -83,3 +84,8 @@ script: export DISTS='dist/*'; $(pwd)/mason_packages/.link/bin/twine upload -u $PYPI_USER -p $PYPI_PASSWORD $DISTS ; fi; + + +notifications: + slack: + secure: dZhYCFXTvn6zna7GhagCUcInfhoUf/AMkTpJKPnJgaGnS3DlfbnMsSU73J4hs46wCOFII3AfYUOI/SUEBZ15lkJHfBsCku0a5a2M8g5ddxKFoIM8gosH3dLjeGJ5Ou8zNQGyzokXidKfHC+Gh4UVGyn+aeXxglRmRkUeaP+GD1k= -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-mapnik.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

