summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix Travis C++ specifierPierre Ossman2019-01-221-1/+1
| | | | | Travis wants "cpp", not "c++". It just happened to work anyway because the base image includes the same tools.
* Use Ubuntu 16.04 for general buildsPierre Ossman2019-01-221-13/+5
| | | | It has a current GnuTLS and FLTK which simplifies the build.
* Build Ubuntu 14.04 (Trusty) packages in TravisPierre Ossman2019-01-211-0/+1
|
* Build Ubuntu 16.04 (Xenial) package in TravisPierre Ossman2019-01-211-0/+1
|
* Build RHEL 6 packages in TravisPierre Ossman2019-01-211-0/+1
|
* Build RHEL 7 packages in TravisPierre Ossman2019-01-211-17/+33
|
* Do debug build in TravisPierre Ossman2018-11-211-1/+1
| | | | | The debug builds do extra check, so chose that mode for Travis so we get early warnings for problems.
* Get correct GnuTLS version in travisPierre Ossman2018-08-161-1/+4
|
* Add Travis CI configurationPierre Ossman2017-10-061-0/+17