ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/.travis.yml
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/.travis.yml (file contents):
Revision 4851 by michael, Tue Oct 7 11:51:09 2014 UTC vs.
Revision 4852 by michael, Wed Nov 5 18:17:57 2014 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)