mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
14 lines
163 B
YAML
14 lines
163 B
YAML
compiler:
|
|
- clang
|
|
- gcc
|
|
dist: trusty
|
|
env:
|
|
- PURE_STATIC=1
|
|
-
|
|
language: cpp
|
|
notifications:
|
|
email: false
|
|
script:
|
|
- sh ./tools/travis-ci.sh
|
|
sudo: required
|