| # | Line 25 | Line 25 | addons: | |
|---|---|---|
| 25 | branch_pattern: coverity_scan | |
| 26 | ||
| 27 | script: | |
| 28 | < | # - if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "$CC" = "gcc" ]; then export CC=gcc-4.8; fi |
| 28 | > | - if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "$CC" = "gcc" ]; then export CC=gcc-4.8; fi |
| 29 | - if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./configure --disable-openssl --enable-assert; else ./configure --enable-assert; fi | |
| 30 | - make | |
| 31 | - sudo make install | |
| # | Line 37 | Line 37 | notifications: | |
| 37 | channels: | |
| 38 | - "irc.ircd-hybrid.org#ircd-coders" | |
| 39 | skip_join: true | |
| 40 | + | |
| 41 | + | osx_image: xcode61 |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |