diff options
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3ff06ca7..0210b9aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: c +os: + - linux + - osx + env: global: # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created @@ -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 |