From 826557cb31db781c30fec7957de23b76e90b8b53 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Tue, 21 Aug 2018 15:05:44 -0500 Subject: [PATCH] Use coveralls parallel build webhook --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index f61fa1db0b..00f0370218 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,11 +28,14 @@ env: - OPENMC_MULTIPOLE_LIBRARY=$HOME/multipole_lib - PATH=$PATH:$HOME/NJOY2016/build - DISPLAY=:99.0 + - COVERALLS_PARALLEL=true matrix: - OMP=n MPI=n PHDF5=n - OMP=y MPI=n PHDF5=n - OMP=n MPI=y PHDF5=n - OMP=n MPI=y PHDF5=y +notifications: + webhooks: https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN install: - ./tools/ci/travis-install.sh before_script: