URI:
       treadd osx as OS, add automated matplotlib installation in before_deploy target - Granular.jl - Julia package for granular dynamics simulation
  HTML git clone git://src.adamsgaard.dk/Granular.jl
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 87def518c59023ee58581b32919e0aa9cea9ed6c
   DIR parent aaacaf68ad468bebb4cb7024f63d193fa7d3b5f9
  HTML Author: Anders Damsgaard <andersd@riseup.net>
       Date:   Fri,  8 Sep 2017 12:02:25 -0400
       
       readd osx as OS, add automated matplotlib installation in before_deploy target
       
       Diffstat:
         M .travis.yml                         |       9 +++++++++
       
       1 file changed, 9 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/.travis.yml b/.travis.yml
       t@@ -1,16 +1,25 @@
        # Documentation: http://docs.travis-ci.com/user/languages/julia/
        language: julia
       +
        os:
          - linux
       +  - osx
       +
        julia:
          - 0.6
          - nightly
       +
        notifications:
          email:
              recipients:
                  - andersd@riseup.net
              on_success: never # default: change
              on_failure: always # default: always
       +
       +before_deploy:
       +  - provider: script
       +    script: julia -e 'ENV["PYTHON"]=""; Pkg.build("PyCall")'
       +
        deploy:
          - provider: script
            script: julia -e 'cd(Pkg.dir("SeaIce")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'