www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 7279b083956568191a6d87dd81873914dba1a894
parent 8320e5e2641c7bc3163f718771301bb45b6633f1
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Tue, 21 Mar 2017 19:44:13 +0100

Remove timer in .travis.yml, as Travis doesn't send to github the new status until the after_success command is executed, unfortunately.

Diffstat:
M.travis.yml | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -78,5 +78,4 @@ script: # - raco cover -b -f coveralls -d $TRAVIS_BUILD_DIR/coverage . after_success: - - sleep 60 - sh ./auto-push-master.sh