aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)AuthorLines
2020-09-12Update Travis to Ubuntu BionicTom Callaway-2/+5
2020-09-11Implement GCC 10 style symbol versioning (#545)Tom Callaway-1/+3
2019-05-09Added new example filesystemNikolaus Rath-0/+2
passthrough_hp puts emphasis and performance and correctness, rather than simplicity.
2019-02-27Travis CI: Use Xenial instead of Trusty.Nikolaus Rath-1/+3
2018-11-06Update CI build scriptNikolaus Rath-1/+1
There is no gcc-6 package anymore.
2018-03-31Fix Travis build environmentNikolaus Rath-2/+0
Newest Meson requires Python 3.5 which isn't available in Trusty. Pip version pin no longer necessary.
2017-09-20Travis CI: Don't use deprecated environmentNikolaus Rath-1/+3
Travis support recommends to install specific pip version to work around problems in new environment.
2017-07-06Travis: use sudo-enabled environment.Nikolaus Rath-0/+1
2017-01-12Switch Travis build to Meson+NinjaNikolaus Rath-22/+7
2016-10-13Travis: use "make test" instead of calling pytest directlyNikolaus Rath-1/+1
2016-10-02Run tests under valgrind when available.Nikolaus Rath-0/+3
Fixes #50.
2016-07-23Disable thread sanitizer, use newer gcc.Nikolaus Rath-11/+18
There's no point in having tests failing all the time, we will re-enable thread sanitizer once we have figured out if the errors are bugs or false positives (and, if they are bugs, fixed them).
2016-06-05Automatically run CI tests with clangNikolaus Rath-1/+8
Fixes: #51
2016-05-13Added Travis integrationNikolaus Rath-0/+16