commit 2f9bf88b364fe9311005da39fdbd0692ddd9998e from: David du Colombier <0intro@gmail.com> date: Fri Sep 01 19:23:52 2017 UTC .travis.yml: build on osx commit - 46ba383a330e1b303348caf42648a61cdebbb362 commit + 2f9bf88b364fe9311005da39fdbd0692ddd9998e blob - 3ff06ca73872ef74f924c347ac0142f15930bc8a blob + 0210b9aa11bc221948582f9243cd054cbd2bece5 --- .travis.yml +++ .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