ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/.travis.yml
Revision: 5241
Committed: Wed Dec 31 21:36:06 2014 UTC (9 years, 3 months ago) by michael
File size: 336 byte(s)
Log Message:
- svn propset on .travis.yml

File Contents

# Content
1 # $Id$
2
3 language: c
4
5 os:
6 - linux
7 - osx
8
9 compiler:
10 - gcc
11 - clang
12
13 script:
14 - if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "$CC" = "gcc" ]; then export CC=gcc-4.8; fi
15 - make
16 - sudo make install
17
18 notifications:
19 email:
20 - bugs@ircd-hybrid.org
21 irc:
22 channels:
23 - "irc.ircd-hybrid.org#ircd-coders"
24 skip_join: true
25
26 osx_image: xcode61

Properties

Name Value
svn:eol-style native
svn:keywords Id