aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* Fix Travis build environmentGravatar Nikolaus Rath2018-03-31
| | | | | Newest Meson requires Python 3.5 which isn't available in Trusty. Pip version pin no longer necessary.
* Travis CI: Don't use deprecated environmentGravatar Nikolaus Rath2017-09-20
| | | | | Travis support recommends to install specific pip version to work around problems in new environment.
* Travis: use sudo-enabled environment.Gravatar Nikolaus Rath2017-07-06
|
* Switch Travis build to Meson+NinjaGravatar Nikolaus Rath2017-01-12
|
* Travis: use "make test" instead of calling pytest directlyGravatar Nikolaus Rath2016-10-13
|
* Run tests under valgrind when available.Gravatar Nikolaus Rath2016-10-02
| | | | Fixes #50.
* Disable thread sanitizer, use newer gcc.Gravatar Nikolaus Rath2016-07-23
| | | | | | | 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).
* Automatically run CI tests with clangGravatar Nikolaus Rath2016-06-05
| | | | Fixes: #51
* Added Travis integrationGravatar Nikolaus Rath2016-05-13