summaryrefslogtreecommitdiff
path: root/tools/travis-ci.sh
AgeCommit message (Collapse)Author
2019-12-06Get rid of the platform tests in the Travis build script.Peter Powell
We only build on Xenial nowadays so this check is unnecessary.
2019-04-16Upgrade Travis CI system to Xenial.Peter Powell
2019-04-15Replace the geoip module with geo_maxmind, geoban, and geoclass.Peter Powell
MaxMind have EOL'd the library that the geoip module uses and have replaced it with libmaxminddb. The geoip module has been split into geo_maxmind which provides geolocation data, geoban which provides location-based channel bans, and geoclass which is used to filter a user into a connect class based on location.
2016-09-15Speed up Travis builds.Peter Powell
- Switch Linux builds to Ubuntu 14.04 from 12.04. - Split dynamic and static builds into different jobs. - Remove OS X builds as the infrastructure is slow and unreliable.
2016-08-19Don't try to run `inspircd --version` after doing a Travis build.Peter Powell
All of the files will have already been removed by test-build.
2016-08-17Merge insp20Attila Molnar
2016-07-28Force link sqlite3 on OS X when doing Travis builds.Peter Powell
The system version of this library does not include support for pkg-config.
2016-04-10Add configuration for building with Travis-CI.Peter Powell