diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-06-17 17:14:23 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-06-17 17:14:23 +0000 |
commit | 46182cbd2715fb89cd6fc18ae74fb7fc4893bccc (patch) | |
tree | b9b82ce8452f45ea0340886190da70b8a1f00ab5 /.travis.yml | |
parent | bd2ed8b0e2fa874dad2417f31a4c147df836d91d (diff) |
- Update .travis.yml
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3958 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index a547d9c..ce9906a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ language: c +os: + - linux + - osx + env: global: - secure: "Cq1iFAKxQ2S/LUz41BaS00+HdqTZt0hqPVlcmF4uIFRSjRocz+mKoroV2Iidbly8uuokOu5yY+ZRw8Yrjc2w8qKM+qsRHo9KNQGPx/jLe06DI2RuPcT3IxnGrElLDUUs2qJ6drjGCrOEFP2eowMdytqLDJfKW5OGLOFsmoSIwD0=" @@ -20,12 +24,8 @@ addons: build_command: make branch_pattern: coverity_scan -before_script: - - sudo apt-get update -qq - - sudo apt-get install libgeoip-dev - script: - - ./configure + - if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./configure --disable-openssl; else ./configure; fi - make - sudo make install |