Skip to content

Commit

Permalink
Changed Travis CI status file to hidden and ignored by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Jan 17, 2012
1 parent 1f79dfd commit 97c386a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bashrc/prompt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ parse_ruby_version() {
fi
}

# Returns the travis status for a github project
# Returns the Travis CI status for a github project
parse_travis_status() {
if [ -e "TRAVIS_CI_STATUS" ]; then
cat TRAVIS_CI_STATUS
if [ -e ".travis_status~" ]; then
cat .travis_status~
fi
}

Expand Down

0 comments on commit 97c386a

Please sign in to comment.