tupdate requirements and check coverage after success - 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 8a65193a89eef163299b24b45d95f97d51535388
 (DIR) parent 0efdbe197ae08c9cf07c8ce9c0eb8313545fae3a
 (HTM) Author: Anders Damsgaard <andersd@riseup.net>
       Date:   Tue, 18 Apr 2017 22:49:59 -0400
       
       update requirements and check coverage after success
       
       Diffstat:
         M .travis.yml                         |       2 +-
         M REQUIRE                             |       3 ---
       
       2 files changed, 1 insertion(+), 4 deletions(-)
       ---
 (DIR) diff --git a/.travis.yml b/.travis.yml
       t@@ -12,6 +12,6 @@ notifications:
                  - andersd@riseup.net
              on_success: never # default: change
              on_failure: always # default: always
       -script:
       +after_success:
        # push coverage results to Coveralls
          - julia -e 'Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
 (DIR) diff --git a/REQUIRE b/REQUIRE
       t@@ -1,6 +1,3 @@
        julia 0.5
       -<<<<<<< HEAD
       -=======
        WriteVTK
        NetCDF
       ->>>>>>> origin/master