aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 3a81f6e752723391ce8890f1f4428f23ba88198d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Travis build integration.
# https://docs.travis-ci.com/

language: c

os:
  - linux

compiler:
  - gcc
  - clang

notifications:
  irc:
    channels:
      - "irc.freenode.org#openrc"
    on_success: change  # options: [always|never|change] default: always
    on_failure: always  # options: [always|never|change] default: always
    on_start: false     # default: false

script:
  - ./test/travis.sh