Add another missing extern.h define
[slashemextended.git] / .travis.yml
blob410ac4acc61799754d7889a124d3034fc5336020
1 language: c
2 sudo: false
3 script: make -f sys/unix/GNUmakefile install
4 notifications:
5   irc:
6     channels:
7         - "irc.libera.chat#slashemextended"
8         - "irc.libera.chat#em.slashem.me"
9     on_success: always
10     on_failure: always
11     skip_join: false
12     template:
13         - "%{commit_subject} (%{result} %{branch} #%{build_number}) %{build_url} Diff: %{compare_url}"
15 matrix:
16   include:
17     - os: linux
18       compiler: gcc
19     - os: linux
20       compiler: clang
21     - os: osx
22       compiler: clang
23       osx_image: xcode8.0