tfix comment - Granular.jl - Julia package for granular dynamics simulation
 (HTM) git clone git://src.adamsgaard.dk/Granular.jl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ae2375afdda51d2fe3cd848e07bf1adf843015cc
 (DIR) parent eb76dfbb525845d3b9d406a7d445f4bbcee5b305
 (HTM) Author: Anders Damsgaard <andersd@riseup.net>
       Date:   Thu, 20 Apr 2017 11:46:09 -0400
       
       fix comment
       
       Diffstat:
         M .travis.yml                         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/.travis.yml b/.travis.yml
       t@@ -13,5 +13,5 @@ notifications:
              on_success: never # default: change
              on_failure: always # default: always
        after_success:
       -# push coverage results to Coveralls
       +# push coverage results to Codecov
          - julia -e 'Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'