diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-07-18 18:26:35 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-07-18 18:26:35 +0000 |
commit | d2b88476ce99f305b14dc2f02caf2f66a67b02e3 (patch) | |
tree | e242966b9fba10d762b6ca7d8b31b1de4663e602 /.travis.yml | |
parent | 79ae1ccb5eb148fb1344faebfa5ae8e02fab7f4e (diff) |
- .travis.yml: according to the travis ci guys, gcc-4.8 is now pre-installed on osx.
Let's see if it works this time.
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@4252 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9bdd86c..3738c43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ addons: branch_pattern: coverity_scan script: + - if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "$CC" = "gcc" ]; then export CC=gcc-4.8; fi - if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./configure --disable-openssl --enable-halfops --enable-assert; else ./configure --enable-halfops --enable-assert; fi - make - sudo make install |