Commit 78866f7b authored by Federico G. Schwindt's avatar Federico G. Schwindt

Make "make distcheck" happy under osx

Also report success/failure earlier.
parent 18920d64
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
sudo: required sudo: required
language: c language: c
matrix: matrix:
fast_finish: true
include: include:
- os: linux - os: linux
dist: trusty dist: trusty
...@@ -34,7 +35,7 @@ notifications: ...@@ -34,7 +35,7 @@ notifications:
before_install: before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update; brew update;
brew install docutils nghttp2; brew install docutils sphinx-doc nghttp2;
fi fi
- if [[ -n "$CLANG" ]]; then - if [[ -n "$CLANG" ]]; then
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment