elemental-ircd/.travis.yml

13 lines
276 B
YAML
Raw Normal View History

2014-08-03 05:17:54 +00:00
language: c
compiler:
- gcc
before-install:
- sudo apt-get update
install:
2015-02-20 08:33:55 +00:00
- sudo apt-get install build-essential libssl-dev flex bison astyle
script: "(cd ./testsuite/astyle && ./check_style.sh) ./configure && make"
notifications:
irc: "irc.yolo-swag.com#elemental-ircd"