From aa358bd46e7524074a274202cce1169d307bf1af Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Wed, 25 Jan 2012 13:46:16 +0800 Subject: [PATCH] Updated comment for Travis CI status script --- lib/git/tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/git/tools.sh b/lib/git/tools.sh index 30d1905..22c7f65 100644 --- a/lib/git/tools.sh +++ b/lib/git/tools.sh @@ -119,7 +119,7 @@ fi # Updates cached Travis CI status if repo contains .travis.yml # -# Creates and excludes TRAVIS_CI_STATUS +# Creates and excludes .travis_status~ # Use with SCM breeze repo index. # Add the following line to your crontab: (updates every 2 minutes) # */2 * * * * /bin/bash -c '. /home/YOUR_USERNAME/.bashrc && git_index --rebuild && NOCD=true git_index --batch-cmd git_update_travis_status'