t.travis.yml: build on osx - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2f9bf88b364fe9311005da39fdbd0692ddd9998e
 (DIR) parent 46ba383a330e1b303348caf42648a61cdebbb362
 (HTM) Author: David du Colombier <0intro@gmail.com>
       Date:   Fri,  1 Sep 2017 21:23:52 +0200
       
       .travis.yml: build on osx
       
       Diffstat:
         M .travis.yml                         |       8 ++++++++
       
       1 file changed, 8 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/.travis.yml b/.travis.yml
       t@@ -1,5 +1,9 @@
        language: c
        
       +os:
       +  - linux
       +  - osx
       +
        env:
          global:
           # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
       t@@ -18,5 +22,9 @@ addons:
            build_command: "./INSTALL"
            branch_pattern: master
        
       +before_script:
       +  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
       +  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cask install Caskroom/cask/osxfuse; fi
       +
        script:
          - ./INSTALL