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 4166 by michael, Tue Jun 17 17:14:36 2014 UTC vs.
Revision 4167 by michael, Fri Jul 4 18:41:03 2014 UTC

# Line 25 | Line 25 | addons:
25      branch_pattern: coverity_scan
26  
27   script:
28 < - if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./configure --disable-openssl; else ./configure; fi
28 > - if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./configure --disable-openssl --enable-assert; else ./configure --enable-assert; fi
29   - make
30   - sudo make install
31  

Diff Legend

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